MemorySizeNotSupportedByDatastore

MemorySizeNotSupportedByDatastore
MemorySizeNotSupportedByDatastore

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

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"
        }
    ],
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "memorySizeMB": 0,
    "maxMemorySizeMB": 0
}
datastore
Required

The datastore which does not support the requested memory size.

integer As int32 As int32
memorySizeMB
Required

The configured memory size of the virtual machine.

integer As int32 As int32
maxMemorySizeMB
Required

The maximum acceptable memory size supported by the datastore.