public class ResourcePoolQuickStats extends DynamicData
Java class for ResourcePoolQuickStats complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourcePoolQuickStats">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="overallCpuUsage" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="overallCpuDemand" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="guestMemoryUsage" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="hostMemoryUsage" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="distributedCpuEntitlement" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="distributedMemoryEntitlement" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="staticCpuEntitlement" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="staticMemoryEntitlement" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="privateMemory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="sharedMemory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="swappedMemory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="balloonedMemory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="overheadMemory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="consumedOverheadMemory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="compressedMemory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
balloonedMemory |
protected Long |
compressedMemory |
protected Long |
consumedOverheadMemory |
protected Long |
distributedCpuEntitlement |
protected Long |
distributedMemoryEntitlement |
protected Long |
guestMemoryUsage |
protected Long |
hostMemoryUsage |
protected Long |
overallCpuDemand |
protected Long |
overallCpuUsage |
protected Long |
overheadMemory |
protected Long |
privateMemory |
protected Long |
sharedMemory |
protected Integer |
staticCpuEntitlement |
protected Integer |
staticMemoryEntitlement |
protected Long |
swappedMemory |
| Constructor and Description |
|---|
ResourcePoolQuickStats() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBalloonedMemory()
Gets the value of the balloonedMemory property.
|
Long |
getCompressedMemory()
Gets the value of the compressedMemory property.
|
Long |
getConsumedOverheadMemory()
Gets the value of the consumedOverheadMemory property.
|
Long |
getDistributedCpuEntitlement()
Gets the value of the distributedCpuEntitlement property.
|
Long |
getDistributedMemoryEntitlement()
Gets the value of the distributedMemoryEntitlement property.
|
Long |
getGuestMemoryUsage()
Gets the value of the guestMemoryUsage property.
|
Long |
getHostMemoryUsage()
Gets the value of the hostMemoryUsage property.
|
Long |
getOverallCpuDemand()
Gets the value of the overallCpuDemand property.
|
Long |
getOverallCpuUsage()
Gets the value of the overallCpuUsage property.
|
Long |
getOverheadMemory()
Gets the value of the overheadMemory property.
|
Long |
getPrivateMemory()
Gets the value of the privateMemory property.
|
Long |
getSharedMemory()
Gets the value of the sharedMemory property.
|
Integer |
getStaticCpuEntitlement()
Gets the value of the staticCpuEntitlement property.
|
Integer |
getStaticMemoryEntitlement()
Gets the value of the staticMemoryEntitlement property.
|
Long |
getSwappedMemory()
Gets the value of the swappedMemory property.
|
void |
setBalloonedMemory(Long value)
Sets the value of the balloonedMemory property.
|
void |
setCompressedMemory(Long value)
Sets the value of the compressedMemory property.
|
void |
setConsumedOverheadMemory(Long value)
Sets the value of the consumedOverheadMemory property.
|
void |
setDistributedCpuEntitlement(Long value)
Sets the value of the distributedCpuEntitlement property.
|
void |
setDistributedMemoryEntitlement(Long value)
Sets the value of the distributedMemoryEntitlement property.
|
void |
setGuestMemoryUsage(Long value)
Sets the value of the guestMemoryUsage property.
|
void |
setHostMemoryUsage(Long value)
Sets the value of the hostMemoryUsage property.
|
void |
setOverallCpuDemand(Long value)
Sets the value of the overallCpuDemand property.
|
void |
setOverallCpuUsage(Long value)
Sets the value of the overallCpuUsage property.
|
void |
setOverheadMemory(Long value)
Sets the value of the overheadMemory property.
|
void |
setPrivateMemory(Long value)
Sets the value of the privateMemory property.
|
void |
setSharedMemory(Long value)
Sets the value of the sharedMemory property.
|
void |
setStaticCpuEntitlement(Integer value)
Sets the value of the staticCpuEntitlement property.
|
void |
setStaticMemoryEntitlement(Integer value)
Sets the value of the staticMemoryEntitlement property.
|
void |
setSwappedMemory(Long value)
Sets the value of the swappedMemory property.
|
protected Long overallCpuUsage
protected Long overallCpuDemand
protected Long guestMemoryUsage
protected Long hostMemoryUsage
protected Long distributedCpuEntitlement
protected Long distributedMemoryEntitlement
protected Integer staticCpuEntitlement
protected Integer staticMemoryEntitlement
protected Long privateMemory
protected Long sharedMemory
protected Long swappedMemory
protected Long balloonedMemory
protected Long overheadMemory
protected Long consumedOverheadMemory
protected Long compressedMemory
public Long getOverallCpuUsage()
Longpublic void setOverallCpuUsage(Long value)
value - allowed object is
Longpublic Long getOverallCpuDemand()
Longpublic void setOverallCpuDemand(Long value)
value - allowed object is
Longpublic Long getGuestMemoryUsage()
Longpublic void setGuestMemoryUsage(Long value)
value - allowed object is
Longpublic Long getHostMemoryUsage()
Longpublic void setHostMemoryUsage(Long value)
value - allowed object is
Longpublic Long getDistributedCpuEntitlement()
Longpublic void setDistributedCpuEntitlement(Long value)
value - allowed object is
Longpublic Long getDistributedMemoryEntitlement()
Longpublic void setDistributedMemoryEntitlement(Long value)
value - allowed object is
Longpublic Integer getStaticCpuEntitlement()
Integerpublic void setStaticCpuEntitlement(Integer value)
value - allowed object is
Integerpublic Integer getStaticMemoryEntitlement()
Integerpublic void setStaticMemoryEntitlement(Integer value)
value - allowed object is
Integerpublic Long getPrivateMemory()
Longpublic void setPrivateMemory(Long value)
value - allowed object is
Longpublic Long getSharedMemory()
Longpublic void setSharedMemory(Long value)
value - allowed object is
Longpublic Long getSwappedMemory()
Longpublic void setSwappedMemory(Long value)
value - allowed object is
Longpublic Long getBalloonedMemory()
Longpublic void setBalloonedMemory(Long value)
value - allowed object is
Longpublic Long getOverheadMemory()
Longpublic void setOverheadMemory(Long value)
value - allowed object is
Longpublic Long getConsumedOverheadMemory()
Longpublic void setConsumedOverheadMemory(Long value)
value - allowed object is
Longpublic Long getCompressedMemory()
LongCopyright © 2018. All rights reserved.