CheckPowerOnRequestType

CheckPowerOnRequestType
CheckPowerOnRequestType

The parameters of CheckPowerOn_Task.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "pool": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "testType": [
        "string"
    ]
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

host
Optional

Reference to an instance of the HostSystem managed object.

pool
Optional

Reference to an instance of the ResourcePool managed object.

array of string
testType
Optional

The set of tests to run. If this argument is not set, all tests will be run. See CheckTestTypeEnum for possible values.