CheckPowerOnRequestType
The parameters of CheckPowerOn_Task.
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"pool": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"testType": [
"string"
]
}
The virtual machine to power on.
The host on which we want to power on the virtual machine. The host parameter may be left unset if the compute resource associated with the pool represents a stand-alone host or a DRS-enabled cluster. In the former case the stand-alone host is used. In the latter case, each connected host in the cluster that is not in maintenance mode is tested. Either this parameter or the pool parameter must be set.
The resource pool we would like the virtual machine to run in. If the pool parameter is left unset, we use the host's root resource pool.
The set of tests to run. If this argument is not set, all tests will be run. See CheckTestTypeEnum for possible values.