VAppTaskInProgress

VAppTaskInProgress
VAppTaskInProgress

A specialized TaskInProgress when an operation is performed on a VM and it is failed due to a vApp-level operation is in progress.

For example, while the power-on sequence is executed on a vApp, individual power-on's of child VMs are failed.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "task": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}