ClusterAttemptedVmInfo

ClusterAttemptedVmInfo
ClusterAttemptedVmInfo

This data class reports virtual machine powerOn information.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "task": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

task
Optional

Reference to an instance of the Task managed object.