ReplicationVmFault

ReplicationVmFault
ReplicationVmFault

A ReplicationVmFault is thrown when there is an issue with an operation performed on a replicated VirtualMachine

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"
        }
    ],
    "reason": "string",
    "state": "string",
    "instanceId": "string",
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
reason
Required

The reason for the failure.

One of the above.

string
state
Optional
string
instanceId
Optional

The name of the instance currently being created.

vm
Required

Reference to an instance of the VirtualMachine managed object.