Package com.vmware.vim25
Class VirtualMachineQuickStats
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VirtualMachineQuickStats
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBalloonedMemory(Integer balloonedMemory) voidsetCompressedMemory(Long compressedMemory) voidsetConsumedOverheadMemory(Integer consumedOverheadMemory) voidsetDistributedCpuEntitlement(Integer distributedCpuEntitlement) voidsetDistributedMemoryEntitlement(Integer distributedMemoryEntitlement) voidsetFtLatencyStatus(ManagedEntityStatus ftLatencyStatus) voidsetFtLogBandwidth(Integer ftLogBandwidth) voidsetFtSecondaryLatency(Integer ftSecondaryLatency) voidsetGuestHeartbeatStatus(ManagedEntityStatus guestHeartbeatStatus) voidsetGuestMemoryUsage(Integer guestMemoryUsage) voidsetHostMemoryUsage(Integer hostMemoryUsage) voidsetOverallCpuDemand(Integer overallCpuDemand) voidsetOverallCpuUsage(Integer overallCpuUsage) voidsetPrivateMemory(Integer privateMemory) voidsetSharedMemory(Integer sharedMemory) voidsetSsdSwappedMemory(Long ssdSwappedMemory) voidsetStaticCpuEntitlement(Integer staticCpuEntitlement) voidsetStaticMemoryEntitlement(Integer staticMemoryEntitlement) voidsetSwappedMemory(Integer swappedMemory) voidsetUptimeSeconds(Integer uptimeSeconds) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
overallCpuUsage
-
overallCpuDemand
-
guestMemoryUsage
-
hostMemoryUsage
-
guestHeartbeatStatus
-
distributedCpuEntitlement
-
distributedMemoryEntitlement
-
staticCpuEntitlement
-
staticMemoryEntitlement
-
privateMemory
-
swappedMemory
-
balloonedMemory
-
consumedOverheadMemory
-
ftLogBandwidth
-
ftSecondaryLatency
-
ftLatencyStatus
-
compressedMemory
-
uptimeSeconds
-
ssdSwappedMemory
-
-
Constructor Details
-
VirtualMachineQuickStats
public VirtualMachineQuickStats()
-
-
Method Details
-
getOverallCpuUsage
-
getOverallCpuDemand
-
getGuestMemoryUsage
-
getHostMemoryUsage
-
getGuestHeartbeatStatus
-
getDistributedCpuEntitlement
-
getDistributedMemoryEntitlement
-
getStaticCpuEntitlement
-
getStaticMemoryEntitlement
-
getPrivateMemory
-
getSwappedMemory
-
getBalloonedMemory
-
getConsumedOverheadMemory
-
getFtLogBandwidth
-
getFtSecondaryLatency
-
getFtLatencyStatus
-
getCompressedMemory
-
getUptimeSeconds
-
getSsdSwappedMemory
-
setOverallCpuUsage
-
setOverallCpuDemand
-
setGuestMemoryUsage
-
setHostMemoryUsage
-
setGuestHeartbeatStatus
-
setDistributedCpuEntitlement
-
setDistributedMemoryEntitlement
-
setStaticCpuEntitlement
-
setStaticMemoryEntitlement
-
setPrivateMemory
-
setSwappedMemory
-
setBalloonedMemory
-
setConsumedOverheadMemory
-
setFtLogBandwidth
-
setFtSecondaryLatency
-
setFtLatencyStatus
-
setCompressedMemory
-
setUptimeSeconds
-
setSsdSwappedMemory
-