public class DvsHostInfrastructureTrafficResourceAllocation extends DynamicData
Java class for DvsHostInfrastructureTrafficResourceAllocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsHostInfrastructureTrafficResourceAllocation">
<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="reservation" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
limit |
protected Long |
reservation |
protected SharesInfo |
shares |
| Constructor and Description |
|---|
DvsHostInfrastructureTrafficResourceAllocation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLimit()
Gets the value of the limit property.
|
Long |
getReservation()
Gets the value of the reservation property.
|
SharesInfo |
getShares()
Gets the value of the shares property.
|
void |
setLimit(Long value)
Sets the value of the limit 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 limit
protected SharesInfo shares
protected Long reservation
public DvsHostInfrastructureTrafficResourceAllocation()
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 Long getReservation()
LongCopyright © 2018. All rights reserved.