PowerOnMultiVMRequestType

PowerOnMultiVMRequestType
PowerOnMultiVMRequestType

The parameters of PowerOnMultiVM_Task.

JSON Example
{
    "vm": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "option": [
        {
            "_typeName": "string",
            "key": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ]
}
vm
Required

The virtual machines to power on.

Required privileges: VirtualMachine.Interact.PowerOn

option
Optional

An array of OptionValue options for this power-on session. The names and values of the options are defined in ClusterPowerOnVmOptionEnum.