public class VirtualEthernetCard extends VirtualDevice
Java class for VirtualEthernetCard complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualEthernetCard">
<complexContent>
<extension base="{urn:vim25}VirtualDevice">
<sequence>
<element name="addressType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="macAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="wakeOnLanEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="resourceAllocation" type="{urn:vim25}VirtualEthernetCardResourceAllocation" minOccurs="0"/>
<element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uptCompatibilityEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressType |
protected String |
externalId |
protected String |
macAddress |
protected VirtualEthernetCardResourceAllocation |
resourceAllocation |
protected Boolean |
uptCompatibilityEnabled |
protected Boolean |
wakeOnLanEnabled |
backing, connectable, controllerKey, deviceInfo, key, slotInfo, unitNumber| Constructor and Description |
|---|
VirtualEthernetCard() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressType()
Gets the value of the addressType property.
|
String |
getExternalId()
Gets the value of the externalId property.
|
String |
getMacAddress()
Gets the value of the macAddress property.
|
VirtualEthernetCardResourceAllocation |
getResourceAllocation()
Gets the value of the resourceAllocation property.
|
Boolean |
isUptCompatibilityEnabled()
Gets the value of the uptCompatibilityEnabled property.
|
Boolean |
isWakeOnLanEnabled()
Gets the value of the wakeOnLanEnabled property.
|
void |
setAddressType(String value)
Sets the value of the addressType property.
|
void |
setExternalId(String value)
Sets the value of the externalId property.
|
void |
setMacAddress(String value)
Sets the value of the macAddress property.
|
void |
setResourceAllocation(VirtualEthernetCardResourceAllocation value)
Sets the value of the resourceAllocation property.
|
void |
setUptCompatibilityEnabled(Boolean value)
Sets the value of the uptCompatibilityEnabled property.
|
void |
setWakeOnLanEnabled(Boolean value)
Sets the value of the wakeOnLanEnabled property.
|
getBacking, getConnectable, getControllerKey, getDeviceInfo, getKey, getSlotInfo, getUnitNumber, setBacking, setConnectable, setControllerKey, setDeviceInfo, setKey, setSlotInfo, setUnitNumberprotected String addressType
protected String macAddress
protected Boolean wakeOnLanEnabled
protected VirtualEthernetCardResourceAllocation resourceAllocation
protected String externalId
protected Boolean uptCompatibilityEnabled
public String getAddressType()
Stringpublic void setAddressType(String value)
value - allowed object is
Stringpublic String getMacAddress()
Stringpublic void setMacAddress(String value)
value - allowed object is
Stringpublic Boolean isWakeOnLanEnabled()
Booleanpublic void setWakeOnLanEnabled(Boolean value)
value - allowed object is
Booleanpublic VirtualEthernetCardResourceAllocation getResourceAllocation()
VirtualEthernetCardResourceAllocationpublic void setResourceAllocation(VirtualEthernetCardResourceAllocation value)
value - allowed object is
VirtualEthernetCardResourceAllocationpublic String getExternalId()
Stringpublic void setExternalId(String value)
value - allowed object is
Stringpublic Boolean isUptCompatibilityEnabled()
BooleanCopyright © 2018. All rights reserved.