public class VirtualEthernetCardResourceAllocation extends DynamicData
Java class for VirtualEthernetCardResourceAllocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualEthernetCardResourceAllocation">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="reservation" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="share" type="{urn:vim25}SharesInfo"/>
<element name="limit" 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 |
share |
| Constructor and Description |
|---|
VirtualEthernetCardResourceAllocation() |
| 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 |
getShare()
Gets the value of the share property.
|
void |
setLimit(Long value)
Sets the value of the limit property.
|
void |
setReservation(Long value)
Sets the value of the reservation property.
|
void |
setShare(SharesInfo value)
Sets the value of the share property.
|
protected Long reservation
protected SharesInfo share
protected Long limit
public VirtualEthernetCardResourceAllocation()
public Long getReservation()
Longpublic void setReservation(Long value)
value - allowed object is
Longpublic SharesInfo getShare()
SharesInfopublic void setShare(SharesInfo value)
value - allowed object is
SharesInfopublic Long getLimit()
LongCopyright © 2018. All rights reserved.