VsanSiteMaintenanceVMPowerOffInfo

VsanSiteMaintenanceVMPowerOffInfo
VsanSiteMaintenanceVMPowerOffInfo

The detailed information of VMs to power off for fault domain maintenance action.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vmToPowerOff": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "reason": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    }
}
vmToPowerOff
Optional

List of VM Managed object IDs that will be powered off.

reason
Optional

The reason for why the VMs need to power off.