public class ClusterUsageSummary extends DynamicData
Java class for ClusterUsageSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterUsageSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="totalCpuCapacityMhz" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="totalMemCapacityMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="cpuReservationMhz" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="memReservationMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="poweredOffCpuReservationMhz" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="poweredOffMemReservationMB" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="cpuDemandMhz" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="memDemandMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="statsGenNumber" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="cpuEntitledMhz" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="memEntitledMB" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="poweredOffVmCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="totalVmCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
cpuDemandMhz |
protected int |
cpuEntitledMhz |
protected int |
cpuReservationMhz |
protected int |
memDemandMB |
protected int |
memEntitledMB |
protected int |
memReservationMB |
protected Integer |
poweredOffCpuReservationMhz |
protected Integer |
poweredOffMemReservationMB |
protected int |
poweredOffVmCount |
protected long |
statsGenNumber |
protected int |
totalCpuCapacityMhz |
protected int |
totalMemCapacityMB |
protected int |
totalVmCount |
| Constructor and Description |
|---|
ClusterUsageSummary() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuDemandMhz()
Gets the value of the cpuDemandMhz property.
|
int |
getCpuEntitledMhz()
Gets the value of the cpuEntitledMhz property.
|
int |
getCpuReservationMhz()
Gets the value of the cpuReservationMhz property.
|
int |
getMemDemandMB()
Gets the value of the memDemandMB property.
|
int |
getMemEntitledMB()
Gets the value of the memEntitledMB property.
|
int |
getMemReservationMB()
Gets the value of the memReservationMB property.
|
Integer |
getPoweredOffCpuReservationMhz()
Gets the value of the poweredOffCpuReservationMhz property.
|
Integer |
getPoweredOffMemReservationMB()
Gets the value of the poweredOffMemReservationMB property.
|
int |
getPoweredOffVmCount()
Gets the value of the poweredOffVmCount property.
|
long |
getStatsGenNumber()
Gets the value of the statsGenNumber property.
|
int |
getTotalCpuCapacityMhz()
Gets the value of the totalCpuCapacityMhz property.
|
int |
getTotalMemCapacityMB()
Gets the value of the totalMemCapacityMB property.
|
int |
getTotalVmCount()
Gets the value of the totalVmCount property.
|
void |
setCpuDemandMhz(int value)
Sets the value of the cpuDemandMhz property.
|
void |
setCpuEntitledMhz(int value)
Sets the value of the cpuEntitledMhz property.
|
void |
setCpuReservationMhz(int value)
Sets the value of the cpuReservationMhz property.
|
void |
setMemDemandMB(int value)
Sets the value of the memDemandMB property.
|
void |
setMemEntitledMB(int value)
Sets the value of the memEntitledMB property.
|
void |
setMemReservationMB(int value)
Sets the value of the memReservationMB property.
|
void |
setPoweredOffCpuReservationMhz(Integer value)
Sets the value of the poweredOffCpuReservationMhz property.
|
void |
setPoweredOffMemReservationMB(Integer value)
Sets the value of the poweredOffMemReservationMB property.
|
void |
setPoweredOffVmCount(int value)
Sets the value of the poweredOffVmCount property.
|
void |
setStatsGenNumber(long value)
Sets the value of the statsGenNumber property.
|
void |
setTotalCpuCapacityMhz(int value)
Sets the value of the totalCpuCapacityMhz property.
|
void |
setTotalMemCapacityMB(int value)
Sets the value of the totalMemCapacityMB property.
|
void |
setTotalVmCount(int value)
Sets the value of the totalVmCount property.
|
protected int totalCpuCapacityMhz
protected int totalMemCapacityMB
protected int cpuReservationMhz
protected int memReservationMB
protected Integer poweredOffCpuReservationMhz
protected Integer poweredOffMemReservationMB
protected int cpuDemandMhz
protected int memDemandMB
protected long statsGenNumber
protected int cpuEntitledMhz
protected int memEntitledMB
protected int poweredOffVmCount
protected int totalVmCount
public int getTotalCpuCapacityMhz()
public void setTotalCpuCapacityMhz(int value)
public int getTotalMemCapacityMB()
public void setTotalMemCapacityMB(int value)
public int getCpuReservationMhz()
public void setCpuReservationMhz(int value)
public int getMemReservationMB()
public void setMemReservationMB(int value)
public Integer getPoweredOffCpuReservationMhz()
Integerpublic void setPoweredOffCpuReservationMhz(Integer value)
value - allowed object is
Integerpublic Integer getPoweredOffMemReservationMB()
Integerpublic void setPoweredOffMemReservationMB(Integer value)
value - allowed object is
Integerpublic int getCpuDemandMhz()
public void setCpuDemandMhz(int value)
public int getMemDemandMB()
public void setMemDemandMB(int value)
public long getStatsGenNumber()
public void setStatsGenNumber(long value)
public int getCpuEntitledMhz()
public void setCpuEntitledMhz(int value)
public int getMemEntitledMB()
public void setMemEntitledMB(int value)
public int getPoweredOffVmCount()
public void setPoweredOffVmCount(int value)
public int getTotalVmCount()
public void setTotalVmCount(int value)
Copyright © 2018. All rights reserved.