Managed Object - OverheadMemoryManager(vim.OverheadMemoryManager)

Property of
ServiceContent
See also
HostSystem, VirtualMachine
Since
vSphere API 6.0


Managed Object Description

Provide static VM overhead memory values for (vm, host) pairs in Virtual Center.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
LookupVmOverheadMemory

LookupVmOverheadMemory(lookupVmOverheadMemory)

Return static VM overhead memory value in bytes for a (vm, host) pair from the overhead memory module (OMM) in Virtual Center.
Required Privileges
Global.VCServer

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the OverheadMemoryManager used to make the method call.
vmManagedObjectReference
to a VirtualMachine

The Virtual Machine managed object reference.
hostManagedObjectReference
to a HostSystem

The Host managed object reference.

Return Value

Type Description
xsd:longOverhead memory value, if found in the OMM.

Faults

Type Description
InvalidArgumentThrown if any of the MoRefs are NULL.
InvalidTypeThrown if the MoRefs do not point to appropriate type of inventory objects - VM and Host respectively.
ManagedObjectNotFoundThrown if the inventory objects cannot be found.
NotFoundThrown if the overhead memory value is not found in the OMM.
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