public class DvsVnicAllocatedResource extends DynamicData
Java class for DvsVnicAllocatedResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsVnicAllocatedResource">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="vnicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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 |
reservation |
protected ManagedObjectReference |
vm |
protected String |
vnicKey |
| Constructor and Description |
|---|
DvsVnicAllocatedResource() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getReservation()
Gets the value of the reservation property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
String |
getVnicKey()
Gets the value of the vnicKey property.
|
void |
setReservation(Long value)
Sets the value of the reservation property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
void |
setVnicKey(String value)
Sets the value of the vnicKey property.
|
protected ManagedObjectReference vm
protected String vnicKey
protected Long reservation
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVnicKey()
Stringpublic void setVnicKey(String value)
value - allowed object is
Stringpublic Long getReservation()
LongCopyright © 2018. All rights reserved.