DisabledClusterFault

DisabledClusterFault
DisabledClusterFault

Thrown when trying to modify state over disabled clusters.

This structure may be used only with operations rendered under /eam.

Since: vEAM API 7.6

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"
        }
    ],
    "disabledComputeResource": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
disabledComputeResource
Optional

The MoRefs of the disabled compute resources.

Availability
Added in vEAM API 7.6