com.hyper9.simdk.stubs.dao
Class VirtualEthernetCardOption

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.VirtualDeviceOption
          extended by com.hyper9.simdk.stubs.dao.VirtualEthernetCardOption
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VirtualE1000Option, VirtualPCNet32Option, VirtualVmxnetOption

public class VirtualEthernetCardOption
extends VirtualDeviceOption

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualEthernetCardOption()
           
 
Method Summary
 ChoiceOption getMacType()
           
 ChoiceOption getSupportedOUI()
           
 BoolOption getWakeOnLanEnabled()
           
 void setMacType(ChoiceOption toSet)
           
 void setSupportedOUI(ChoiceOption toSet)
           
 void setWakeOnLanEnabled(BoolOption toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualDeviceOption
getAutoAssignController, getBackingOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getDeprecated, getHotRemoveSupported, getLicensingLimit, getPlugAndPlay, getType, setAutoAssignController, setBackingOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setLicensingLimit, setPlugAndPlay, setType
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualEthernetCardOption

public VirtualEthernetCardOption()
Method Detail

getSupportedOUI

public ChoiceOption getSupportedOUI()

setSupportedOUI

public void setSupportedOUI(ChoiceOption toSet)

getMacType

public ChoiceOption getMacType()

setMacType

public void setMacType(ChoiceOption toSet)

getWakeOnLanEnabled

public BoolOption getWakeOnLanEnabled()

setWakeOnLanEnabled

public void setWakeOnLanEnabled(BoolOption toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.