Managed Object - HostMemorySystem(vim.host.MemoryManagerSystem)

Property of
HostConfigManager
Extends
ExtensibleManagedObject
See also
ServiceConsoleReservationInfo, VirtualMachineMemoryReservationInfo, VirtualMachineMemoryReservationSpec
Since
2.0


Managed Object Description

The MemoryManagerSystem managed object provides an interface through which the host memory management policies that affect the performance of running virtual machines can be gathered and configured.

Properties

Name Type Description
consoleReservationInfo*ServiceConsoleReservationInfo

Service console reservation information for the memory manager. The existence of this data object indicates if the service console memory reservation must be configured for this host.
virtualMachineReservationInfo*VirtualMachineMemoryReservationInfo

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.

Since VI API 2.5
Properties inherited from ExtensibleManagedObject
availableField, value
*May not be present

Methods

Methods defined in this Managed Object
ReconfigureServiceConsoleReservation, ReconfigureVirtualMachineReservation
Methods inherited from ExtensibleManagedObject
setCustomValue

ReconfigureServiceConsoleReservation(reconfigureServiceConsoleReservation)

Sets the configured service console memory reservation. This change affects only the serviceConsoleReservedCfg property. The configuration change propagates to the other properties after the next boot.
Required Privileges
Host.Config.Memory

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostMemorySystem used to make the method call.
cfgBytes Pxsd:long

Since 2.0
P Required privilege: cfgBytes

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition



ReconfigureVirtualMachineReservation(reconfigureVirtualMachineReservation)

Updates the virtual machine reservation information.
Required Privileges
Host.Config.Memory
Since
VI API 2.5

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostMemorySystem used to make the method call.
spec PVirtualMachineMemoryReservationSpec

Since VI API 2.5
P Required privilege: spec

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition