public class DVSNetworkResourcePoolAllocationInfo extends DynamicData
Java class for DVSNetworkResourcePoolAllocationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSNetworkResourcePoolAllocationInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="limit" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="shares" type="{urn:vim25}SharesInfo" minOccurs="0"/>
<element name="priorityTag" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
limit |
protected Integer |
priorityTag |
protected SharesInfo |
shares |
| Constructor and Description |
|---|
DVSNetworkResourcePoolAllocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLimit()
Gets the value of the limit property.
|
Integer |
getPriorityTag()
Gets the value of the priorityTag property.
|
SharesInfo |
getShares()
Gets the value of the shares property.
|
void |
setLimit(Long value)
Sets the value of the limit property.
|
void |
setPriorityTag(Integer value)
Sets the value of the priorityTag property.
|
void |
setShares(SharesInfo value)
Sets the value of the shares property.
|
protected Long limit
protected SharesInfo shares
protected Integer priorityTag
public DVSNetworkResourcePoolAllocationInfo()
public Long getLimit()
Longpublic void setLimit(Long value)
value - allowed object is
Longpublic SharesInfo getShares()
SharesInfopublic void setShares(SharesInfo value)
value - allowed object is
SharesInfopublic Integer getPriorityTag()
IntegerCopyright © 2018. All rights reserved.