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