Host Memory System Get Virtual Machine Reservation Info
Virtual machine reservation information for the memory manager.
The existence of this data object indicates if the virtual machine memory reservation must be configured for this host.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostMemorySystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"virtualMachineMin": 0,
"virtualMachineMax": 0,
"virtualMachineReserved": 0,
"allocationPolicy": "string"
}
The minimum amount of memory reserved for all running virtual machines, in bytes.
The maximum amount of memory reserved for all running virtual machines, in bytes.
The amount of memory reserved for all running virtual machines, in bytes.
Policy for allocating additional memory for virtual machines.
See also VirtualMachineMemoryAllocationPolicyEnum.