public class VrpResourceAllocationInfo extends ResourceAllocationInfo
Java class for VrpResourceAllocationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VrpResourceAllocationInfo">
<complexContent>
<extension base="{urn:vim25}ResourceAllocationInfo">
<sequence>
<element name="reservationLimit" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
reservationLimit |
expandableReservation, limit, overheadLimit, reservation, shares| Constructor and Description |
|---|
VrpResourceAllocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getReservationLimit()
Gets the value of the reservationLimit property.
|
void |
setReservationLimit(Long value)
Sets the value of the reservationLimit property.
|
getLimit, getOverheadLimit, getReservation, getShares, isExpandableReservation, setExpandableReservation, setLimit, setOverheadLimit, setReservation, setSharesCopyright © 2018. All rights reserved.