public class VirtualEthernetCardOption extends VirtualDeviceOption
Java class for VirtualEthernetCardOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualEthernetCardOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceOption">
<sequence>
<element name="supportedOUI" type="{urn:vim25}ChoiceOption"/>
<element name="macType" type="{urn:vim25}ChoiceOption"/>
<element name="wakeOnLanEnabled" type="{urn:vim25}BoolOption"/>
<element name="vmDirectPathGen2Supported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="uptCompatibilityEnabled" type="{urn:vim25}BoolOption" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOption |
macType |
protected ChoiceOption |
supportedOUI |
protected BoolOption |
uptCompatibilityEnabled |
protected Boolean |
vmDirectPathGen2Supported |
protected BoolOption |
wakeOnLanEnabled |
autoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualEthernetCardOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getMacType()
Gets the value of the macType property.
|
ChoiceOption |
getSupportedOUI()
Gets the value of the supportedOUI property.
|
BoolOption |
getUptCompatibilityEnabled()
Gets the value of the uptCompatibilityEnabled property.
|
BoolOption |
getWakeOnLanEnabled()
Gets the value of the wakeOnLanEnabled property.
|
Boolean |
isVmDirectPathGen2Supported()
Gets the value of the vmDirectPathGen2Supported property.
|
void |
setMacType(ChoiceOption value)
Sets the value of the macType property.
|
void |
setSupportedOUI(ChoiceOption value)
Sets the value of the supportedOUI property.
|
void |
setUptCompatibilityEnabled(BoolOption value)
Sets the value of the uptCompatibilityEnabled property.
|
void |
setVmDirectPathGen2Supported(Boolean value)
Sets the value of the vmDirectPathGen2Supported property.
|
void |
setWakeOnLanEnabled(BoolOption value)
Sets the value of the wakeOnLanEnabled property.
|
getAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected ChoiceOption supportedOUI
protected ChoiceOption macType
protected BoolOption wakeOnLanEnabled
protected Boolean vmDirectPathGen2Supported
protected BoolOption uptCompatibilityEnabled
public ChoiceOption getSupportedOUI()
ChoiceOptionpublic void setSupportedOUI(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic ChoiceOption getMacType()
ChoiceOptionpublic void setMacType(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic BoolOption getWakeOnLanEnabled()
BoolOptionpublic void setWakeOnLanEnabled(BoolOption value)
value - allowed object is
BoolOptionpublic Boolean isVmDirectPathGen2Supported()
Booleanpublic void setVmDirectPathGen2Supported(Boolean value)
value - allowed object is
Booleanpublic BoolOption getUptCompatibilityEnabled()
BoolOptionpublic void setUptCompatibilityEnabled(BoolOption value)
value - allowed object is
BoolOptionCopyright © 2018. All rights reserved.