NoActiveHostInCluster

NoActiveHostInCluster
NoActiveHostInCluster

A NoActiveHostInCluster fault is thrown when there is no host in a valid state in the given compute resource to perform a specified operation.

This can happen, for example, if all the hosts are disconnected or in maintenance mode.

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

Reference to an instance of the ComputeResource managed object.