MemorySizeNotSupported

MemorySizeNotSupported
MemorySizeNotSupported

The memory amount of the virtual machine is not within the acceptable guest memory bounds supported by the virtual machine's host.

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"
        }
    ],
    "memorySizeMB": 0,
    "minMemorySizeMB": 0,
    "maxMemorySizeMB": 0
}
integer As int32 As int32
memorySizeMB
Required

The configured memory size of the virtual machine.

integer As int32 As int32
minMemorySizeMB
Required

The minimum acceptable memory size.

integer As int32 As int32
maxMemorySizeMB
Required

The maximum acceptable memory size.