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

Reference to an instance of the Datastore managed object.

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.