public class HostPlacedVirtualNicIdentifier extends DynamicData
Java class for HostPlacedVirtualNicIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPlacedVirtualNicIdentifier">
<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}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
reservation |
protected ManagedObjectReference |
vm |
protected String |
vnicKey |
| Constructor and Description |
|---|
HostPlacedVirtualNicIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
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(Integer 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 Integer 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 Integer getReservation()
IntegerCopyright © 2018. All rights reserved.