FarmCancelMaintenanceSpec

FarmCancelMaintenanceSpec
FarmCancelMaintenanceSpec

The specification to cancel the scheduled maintenance operation.

JSON Example
{
    "maintenance_mode": "IMMEDIATE"
}
string
maintenance_mode
Required

Scheduled maintenance mode to be cancelled.

  • IMMEDIATE: All server VMs will be refreshed once, immediately or at user scheduled time.
  • RECURRING: All server VMs will be periodically refreshed based on FarmInstantCloneRecurringMaintenancePeriod and StartTime
Possible values are : IMMEDIATE, RECURRING,