public class DvsVmVnicResourceAllocation extends DynamicData
Java class for DvsVmVnicResourceAllocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsVmVnicResourceAllocation">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="reservationQuota" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
reservationQuota |
| Constructor and Description |
|---|
DvsVmVnicResourceAllocation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getReservationQuota()
Gets the value of the reservationQuota property.
|
void |
setReservationQuota(Long value)
Sets the value of the reservationQuota property.
|
Copyright © 2018. All rights reserved.