FarmCancelMaintenanceSpec
FarmCancelMaintenanceSpec
Information required to cancel the farm 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,