public class VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState extends VirtualMachineDeviceRuntimeInfoDeviceRuntimeState
Java class for VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState">
<complexContent>
<extension base="{urn:vim25}VirtualMachineDeviceRuntimeInfoDeviceRuntimeState">
<sequence>
<element name="vmDirectPathGen2Active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="vmDirectPathGen2InactiveReasonVm" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmDirectPathGen2InactiveReasonOther" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmDirectPathGen2InactiveReasonExtended" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reservationStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reservationStatus |
protected boolean |
vmDirectPathGen2Active |
protected String |
vmDirectPathGen2InactiveReasonExtended |
protected List<String> |
vmDirectPathGen2InactiveReasonOther |
protected List<String> |
vmDirectPathGen2InactiveReasonVm |
| Constructor and Description |
|---|
VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReservationStatus()
Gets the value of the reservationStatus property.
|
String |
getVmDirectPathGen2InactiveReasonExtended()
Gets the value of the vmDirectPathGen2InactiveReasonExtended property.
|
List<String> |
getVmDirectPathGen2InactiveReasonOther()
Gets the value of the vmDirectPathGen2InactiveReasonOther property.
|
List<String> |
getVmDirectPathGen2InactiveReasonVm()
Gets the value of the vmDirectPathGen2InactiveReasonVm property.
|
boolean |
isVmDirectPathGen2Active()
Gets the value of the vmDirectPathGen2Active property.
|
void |
setReservationStatus(String value)
Sets the value of the reservationStatus property.
|
void |
setVmDirectPathGen2Active(boolean value)
Sets the value of the vmDirectPathGen2Active property.
|
void |
setVmDirectPathGen2InactiveReasonExtended(String value)
Sets the value of the vmDirectPathGen2InactiveReasonExtended property.
|
protected boolean vmDirectPathGen2Active
protected String vmDirectPathGen2InactiveReasonExtended
protected String reservationStatus
public VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState()
public boolean isVmDirectPathGen2Active()
public void setVmDirectPathGen2Active(boolean value)
public List<String> getVmDirectPathGen2InactiveReasonVm()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vmDirectPathGen2InactiveReasonVm property.
For example, to add a new item, do as follows:
getVmDirectPathGen2InactiveReasonVm().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getVmDirectPathGen2InactiveReasonOther()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vmDirectPathGen2InactiveReasonOther property.
For example, to add a new item, do as follows:
getVmDirectPathGen2InactiveReasonOther().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getVmDirectPathGen2InactiveReasonExtended()
Stringpublic void setVmDirectPathGen2InactiveReasonExtended(String value)
value - allowed object is
Stringpublic String getReservationStatus()
StringCopyright © 2018. All rights reserved.