FailToLockFaultToleranceVMs

FailToLockFaultToleranceVMs
FailToLockFaultToleranceVMs

Thrown when trying to state lock a Fault Tolerance VM, and the other VM in the same Fault Tolerance pair is already locked.

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

The name of the vm to be locked.

vm
Required

Reference to an instance of the VirtualMachine managed object.

alreadyLockedVm
Required

Reference to an instance of the VirtualMachine managed object.