InsufficientHostCpuCapacityFault

InsufficientHostCpuCapacityFault
InsufficientHostCpuCapacityFault

The host does not have enough CPU capacity for running the virtual machine.

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"
        }
    ],
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "unreserved": 0,
    "requested": 0
}
integer As int64 As int64
unreserved
Required

The CPU available on the host in MHz.

integer As int64 As int64
requested
Required

The CPU resource amount requested in the failed operation in MHz.