HostIncompatibleForFaultTolerance

HostIncompatibleForFaultTolerance
HostIncompatibleForFaultTolerance

This fault is thrown when an attempt is made to configure a fault tolerant virtual machine on a host that is incompatible.

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"
        }
    ],
    "hostName": "string",
    "reason": "string"
}
string
hostName
Optional

hostName

string
reason
Optional

The specific reason why the host does not support fault tolerance.

Values should come from HostIncompatibleForFaultToleranceReasonEnum.