InsufficientStandbyCpuResource

InsufficientStandbyCpuResource
InsufficientStandbyCpuResource

This fault is thrown when Distributed Power Management cannot perform a given opeartion because there is insufficient CPU resource on standby hosts (if any) to meet the requirements of the operation.

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"
        }
    ],
    "available": 0,
    "requested": 0
}
integer As int64 As int64
available
Required

The total amount of CPU resource available (in MHz) on all the usable hosts in the cluster (including powered on and standby hosts).

integer As int64 As int64
requested
Required

The additional amount of CPU resource (other than that on the hosts included in "available") needed (in MHz).