MemorySizeNotRecommended

MemorySizeNotRecommended
MemorySizeNotRecommended

The memory amount of the virtual machine is not within the recommended memory bounds for the virtual machine's guest OS.

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 recommended memory size.

integer As int32 As int32
maxMemorySizeMB
Required

The maximum recommended memory size.