Overview
Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
G
O
T
U
V
C
close()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Closes the handle associated with this interface instance and free any related resources.
com.vmware.vmguestlib
- package com.vmware.vmguestlib
E
errorValue
- Variable in exception com.vmware.vmguestlib.
VMGuestLibErrorException
G
getCpuLimitMHz()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the maximum processing power in MHz available to the virtual machine.
getCpuReservationMHz()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the minimum processing power in MHz available to the virtual machine.
getCpuShares()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the number of CPU shares allocated to the virtual machine.
getCpuUsedMs()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the number of milliseconds during which the virtual machine has been using the CPU.
getElapsedMs()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the number of milliseconds that have passed in real time since the virtual machine started running on the current host system.
getHostProcessorSpeed()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the speed of the host system's physical CPU in MHz.
getMemActiveMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the estimated amount of memory the virtual machine is actively using.
getMemBalloonedMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the amount of memory that has been reclaimed from this virtual machine via the VMware Memory Balloon mechanism.
getMemLimitMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the maximum amount of memory that is available to the virtual machine.
getMemMappedMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the mapped memory size of this virtual machine.
getMemOverheadMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the amount of overhead memory associated with this virtual machine consumed on the host system.
getMemReservationMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the minimum amount of memory that is available to the virtual machine.
getMemSharedMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the amount of physical memory associated with this virtual machine that is copy-on-write (COW) shared on the host.
getMemSharedSavedMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the estimated amount of physical memory on the host saved from copy-on-write (COW) shared guest physical memory.
getMemShares()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the number of memory shares allocated to the virtual machine.
getMemSwappedMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the amount of memory associated with this virtual machine that has been swapped by the host system.
getMemUsedMB()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the estimated amount of physical host memory currently consumed for this virtual machine's physical memory.
getResourcePoolPath()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves a string representation of the path to this virtual machine in the resource pool namespace of the host system.
getSessionId()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Retrieves the ID for the current session after invoking the updateInfo method.
O
open()
- Static method in class com.vmware.vmguestlib.
VMGuestLibHandle
Open a new handle to the VMware Guest API provider and return an interface instance.
T
toString()
- Method in exception com.vmware.vmguestlib.
VMGuestLibErrorException
U
updateInfo()
- Method in interface com.vmware.vmguestlib.
VMGuestLibInterface
Refresh the virtual machine information associated with the handle for this interface instance.
V
VMGuestLibErrorException
- Exception in
com.vmware.vmguestlib
The VMGuestLibErrorException class wraps VMGuestLibError values as exceptions.
VMGuestLibHandle
- Class in
com.vmware.vmguestlib
The VMGuestLibHandle class provides a factory method to obtain new instances of the VMGuestLibInterface.
VMGuestLibInterface
- Interface in
com.vmware.vmguestlib
An interface representing the VMware Guest API.
C
E
G
O
T
U
V
Overview
Package
Class
Tree
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
VMware, Inc. (c)2006