public class HostListSummaryQuickStats extends DynamicData
Java class for HostListSummaryQuickStats complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostListSummaryQuickStats">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="overallCpuUsage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="overallMemoryUsage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="distributedCpuFairness" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="distributedMemoryFairness" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="uptime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
distributedCpuFairness |
protected Integer |
distributedMemoryFairness |
protected Integer |
overallCpuUsage |
protected Integer |
overallMemoryUsage |
protected Integer |
uptime |
| Constructor and Description |
|---|
HostListSummaryQuickStats() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDistributedCpuFairness()
Gets the value of the distributedCpuFairness property.
|
Integer |
getDistributedMemoryFairness()
Gets the value of the distributedMemoryFairness property.
|
Integer |
getOverallCpuUsage()
Gets the value of the overallCpuUsage property.
|
Integer |
getOverallMemoryUsage()
Gets the value of the overallMemoryUsage property.
|
Integer |
getUptime()
Gets the value of the uptime property.
|
void |
setDistributedCpuFairness(Integer value)
Sets the value of the distributedCpuFairness property.
|
void |
setDistributedMemoryFairness(Integer value)
Sets the value of the distributedMemoryFairness property.
|
void |
setOverallCpuUsage(Integer value)
Sets the value of the overallCpuUsage property.
|
void |
setOverallMemoryUsage(Integer value)
Sets the value of the overallMemoryUsage property.
|
void |
setUptime(Integer value)
Sets the value of the uptime property.
|
protected Integer overallCpuUsage
protected Integer overallMemoryUsage
protected Integer distributedCpuFairness
protected Integer distributedMemoryFairness
protected Integer uptime
public Integer getOverallCpuUsage()
Integerpublic void setOverallCpuUsage(Integer value)
value - allowed object is
Integerpublic Integer getOverallMemoryUsage()
Integerpublic void setOverallMemoryUsage(Integer value)
value - allowed object is
Integerpublic Integer getDistributedCpuFairness()
Integerpublic void setDistributedCpuFairness(Integer value)
value - allowed object is
Integerpublic Integer getDistributedMemoryFairness()
Integerpublic void setDistributedMemoryFairness(Integer value)
value - allowed object is
Integerpublic Integer getUptime()
IntegerCopyright © 2018. All rights reserved.