ClusterComputeResourceHostEvacuationInfo

ClusterComputeResourceHostEvacuationInfo
ClusterComputeResourceHostEvacuationInfo

This data object describes what evacuation actions should be made for a given host.

Since: vSphere API Release 8.0.3.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "action": [
        {
            "_typeName": "string",
            "key": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ]
}
host
Required

Reference to an instance of the HostSystem managed object.

action
Optional

Specifies the list of required actions.

Depending on the specified option values passed, additional actions such as ones related to evacuation of specific objects, additional memory reservation or allowing/disallowing certain groups of operations may be taken when entering the desired flavor of maintenance mode. The list of supported options and values may vary based on the version of the ESXi host and Virtual Center.

If unset, a default list of actions will be assumed based on the selected flavor of maintenance mode as specified by the partialMMId field. See HostPartialMaintenanceModeIdEnum for further information about individual flavors.

Availability
Added in vSphere API Release 8.0.3.0