public class ResourcePoolResourceUsage extends DynamicData
Java class for ResourcePoolResourceUsage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourcePoolResourceUsage">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="reservationUsed" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="reservationUsedForVm" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="unreservedForPool" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="unreservedForVm" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="overallUsage" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="maxUsage" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
maxUsage |
protected long |
overallUsage |
protected long |
reservationUsed |
protected long |
reservationUsedForVm |
protected long |
unreservedForPool |
protected long |
unreservedForVm |
| Constructor and Description |
|---|
ResourcePoolResourceUsage() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxUsage()
Gets the value of the maxUsage property.
|
long |
getOverallUsage()
Gets the value of the overallUsage property.
|
long |
getReservationUsed()
Gets the value of the reservationUsed property.
|
long |
getReservationUsedForVm()
Gets the value of the reservationUsedForVm property.
|
long |
getUnreservedForPool()
Gets the value of the unreservedForPool property.
|
long |
getUnreservedForVm()
Gets the value of the unreservedForVm property.
|
void |
setMaxUsage(long value)
Sets the value of the maxUsage property.
|
void |
setOverallUsage(long value)
Sets the value of the overallUsage property.
|
void |
setReservationUsed(long value)
Sets the value of the reservationUsed property.
|
void |
setReservationUsedForVm(long value)
Sets the value of the reservationUsedForVm property.
|
void |
setUnreservedForPool(long value)
Sets the value of the unreservedForPool property.
|
void |
setUnreservedForVm(long value)
Sets the value of the unreservedForVm property.
|
protected long reservationUsed
protected long reservationUsedForVm
protected long unreservedForPool
protected long unreservedForVm
protected long overallUsage
protected long maxUsage
public long getReservationUsed()
public void setReservationUsed(long value)
public long getReservationUsedForVm()
public void setReservationUsedForVm(long value)
public long getUnreservedForPool()
public void setUnreservedForPool(long value)
public long getUnreservedForVm()
public void setUnreservedForVm(long value)
public long getOverallUsage()
public void setOverallUsage(long value)
public long getMaxUsage()
public void setMaxUsage(long value)
Copyright © 2018. All rights reserved.