InsufficientStandbyMemoryResource

InsufficientStandbyMemoryResource
InsufficientStandbyMemoryResource

This fault is thrown by Distributed Power Management algorithm.

It indicates that there are insufficient memory resources on standby hosts (if any) to meet the requirements of a given 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 memory resource available (in bytes) 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 memory resource (other than that on the hosts included in "available") needed (in bytes).