public class VirtualResourcePoolUsage extends DynamicData
Java class for VirtualResourcePoolUsage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualResourcePoolUsage">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vrpId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cpuReservationMhz" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="memReservationMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="cpuReservationUsedMhz" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="memReservationUsedMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
cpuReservationMhz |
protected long |
cpuReservationUsedMhz |
protected long |
memReservationMB |
protected long |
memReservationUsedMB |
protected String |
vrpId |
| Constructor and Description |
|---|
VirtualResourcePoolUsage() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCpuReservationMhz()
Gets the value of the cpuReservationMhz property.
|
long |
getCpuReservationUsedMhz()
Gets the value of the cpuReservationUsedMhz property.
|
long |
getMemReservationMB()
Gets the value of the memReservationMB property.
|
long |
getMemReservationUsedMB()
Gets the value of the memReservationUsedMB property.
|
String |
getVrpId()
Gets the value of the vrpId property.
|
void |
setCpuReservationMhz(long value)
Sets the value of the cpuReservationMhz property.
|
void |
setCpuReservationUsedMhz(long value)
Sets the value of the cpuReservationUsedMhz property.
|
void |
setMemReservationMB(long value)
Sets the value of the memReservationMB property.
|
void |
setMemReservationUsedMB(long value)
Sets the value of the memReservationUsedMB property.
|
void |
setVrpId(String value)
Sets the value of the vrpId property.
|
protected String vrpId
protected long cpuReservationMhz
protected long memReservationMB
protected long cpuReservationUsedMhz
protected long memReservationUsedMB
public String getVrpId()
Stringpublic void setVrpId(String value)
value - allowed object is
Stringpublic long getCpuReservationMhz()
public void setCpuReservationMhz(long value)
public long getMemReservationMB()
public void setMemReservationMB(long value)
public long getCpuReservationUsedMhz()
public void setCpuReservationUsedMhz(long value)
public long getMemReservationUsedMB()
public void setMemReservationUsedMB(long value)
Copyright © 2018. All rights reserved.