InsufficientVFlashResourcesFault

InsufficientVFlashResourcesFault
InsufficientVFlashResourcesFault

Insufficient vFlash resource to consume

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"
        }
    ],
    "freeSpaceInMB": 0,
    "freeSpace": 0,
    "requestedSpaceInMB": 0,
    "requestedSpace": 0
}
integer As int64 As int64
freeSpaceInMB
Optional

The vFlash resource available capacity in MB.

integer As int64 As int64
freeSpace
Required

The vFlash resource available capacity in bytes.

integer As int64 As int64
requestedSpaceInMB
Optional

The vFlash resource amount requested in MB.

integer As int64 As int64
requestedSpace
Required

The vFlash resource amount requested in bytes.