ClusterComputeResourceMaintenanceInfo
ClusterComputeResourceMaintenanceInfo
This data object describes how a given array of hosts will be put into maintenance mode.
Since: vSphere API Release 8.0.3.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"partialMMId": "string",
"hostEvacInfo": [
{
"_typeName": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"action": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
]
}
string
partialMMId
Optional
Indicates the flavor of maintenance mode requested.
If set, specifies the desired flavor of partial maintenance mode. Otherwise, full maintenance mode is assumed. See HostPartialMaintenanceModeIdEnum for supported values.
hostEvacInfo
Optional
Evaucation information for each host
Availability
Added in vSphere API Release 8.0.3.0