public class VirtualEthernetCard extends VirtualDevice
| Modifier and Type | Field and Description |
|---|---|
String |
addressType |
String |
macAddress |
Boolean |
wakeOnLanEnabled |
backing, connectable, controllerKey, deviceInfo, key, slotInfo, unitNumberdynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualEthernetCard() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressType() |
String |
getMacAddress() |
Boolean |
getWakeOnLanEnabled() |
void |
setAddressType(String addressType) |
void |
setMacAddress(String macAddress) |
void |
setWakeOnLanEnabled(Boolean wakeOnLanEnabled) |
getBacking, getConnectable, getControllerKey, getDeviceInfo, getKey, getSlotInfo, getUnitNumber, setBacking, setConnectable, setControllerKey, setDeviceInfo, setKey, setSlotInfo, setUnitNumbergetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String addressType
public String macAddress
public Boolean wakeOnLanEnabled
public String getAddressType()
public String getMacAddress()
public Boolean getWakeOnLanEnabled()
public void setAddressType(String addressType)
public void setMacAddress(String macAddress)
public void setWakeOnLanEnabled(Boolean wakeOnLanEnabled)
Copyright © 2011-2012. All Rights Reserved.