ClusterEnterMaintenanceModeRequestType

ClusterEnterMaintenanceModeRequestType
ClusterEnterMaintenanceModeRequestType

The parameters of ClusterEnterMaintenanceMode.

JSON Example
{
    "host": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "option": [
        {
            "_typeName": "string",
            "key": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ],
    "info": {
        "_typeName": "string",
        "partialMMId": "string",
        "hostEvacInfo": [
            {
                "_typeName": "string",
                "host": {
                    "_typeName": "string",
                    "type": "string",
                    "value": "string"
                },
                "action": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ]
            }
        ]
    }
}
host
Required

The array of hosts to put into maintenance mode.

Required privileges: Host.Config.Maintenance

option
Optional

An array of OptionValue options for this query. The specified options override the advanced options in ClusterDrsConfigInfo.

info
Optional

This data object describes how a given array of hosts will be put into maintenance mode.

Since: vSphere API Release 8.0.3.0