HostMaintenanceSpec
HostMaintenanceSpec
The HostMaintenanceSpec data object may be used to specify actions to be taken by a host upon entering maintenance mode.
If the HostMaintenanceSpec or any of its fields are omitted in a call to EnterMaintenanceMode_Task, default actions will be chosen as documented for each field's type.
See also EnterMaintenanceMode_Task, VsanHostDecommissionMode.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"vsanMode": {
"_typeName": "string",
"objectAction": "string"
},
"purpose": "string"
}
string
purpose
Optional
Maintenance mode reason code.
See HostMaintenanceSpecPurposeEnum for valid values.