PowerOnMultiVMRequestType
PowerOnMultiVMRequestType
The parameters of PowerOnMultiVM_Task.
JSON Example
{
"vm": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"option": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
array of MoRefVirtualMachine
vm
Required
The virtual machines to power on.
Required privileges: VirtualMachine.Interact.PowerOn
array of OptionValue
option
Optional
An array of OptionValue options for this power-on session. The names and values of the options are defined in ClusterPowerOnVmOptionEnum.