com.hyper9.simdk.stubs.dao
Class VirtualPCIControllerOption

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.VirtualControllerOption
              extended by com.hyper9.simdk.stubs.dao.VirtualPCIControllerOption
All Implemented Interfaces:
Serializable

public class VirtualPCIControllerOption
extends VirtualControllerOption

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualPCIControllerOption()
           
 
Method Summary
 IntOption getNumEthernetCards()
           
 IntOption getNumParaVirtualSCSIControllers()
           
 IntOption getNumPCIPassthroughDevices()
           
 IntOption getNumSasSCSIControllers()
           
 IntOption getNumSCSIControllers()
           
 IntOption getNumSoundCards()
           
 IntOption getNumVideoCards()
           
 IntOption getNumVmciDevices()
           
 IntOption getNumVmiRoms()
           
 IntOption getNumVmxnet3EthernetCards()
           
 void setNumEthernetCards(IntOption toSet)
           
 void setNumParaVirtualSCSIControllers(IntOption toSet)
           
 void setNumPCIPassthroughDevices(IntOption toSet)
           
 void setNumSasSCSIControllers(IntOption toSet)
           
 void setNumSCSIControllers(IntOption toSet)
           
 void setNumSoundCards(IntOption toSet)
           
 void setNumVideoCards(IntOption toSet)
           
 void setNumVmciDevices(IntOption toSet)
           
 void setNumVmiRoms(IntOption toSet)
           
 void setNumVmxnet3EthernetCards(IntOption toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualControllerOption
getDevices, getSupportedDevice, setDevices, setSupportedDevice
 
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

VirtualPCIControllerOption

public VirtualPCIControllerOption()
Method Detail

getNumSCSIControllers

public IntOption getNumSCSIControllers()

setNumSCSIControllers

public void setNumSCSIControllers(IntOption toSet)

getNumEthernetCards

public IntOption getNumEthernetCards()

setNumEthernetCards

public void setNumEthernetCards(IntOption toSet)

getNumVideoCards

public IntOption getNumVideoCards()

setNumVideoCards

public void setNumVideoCards(IntOption toSet)

getNumSoundCards

public IntOption getNumSoundCards()

setNumSoundCards

public void setNumSoundCards(IntOption toSet)

getNumVmiRoms

public IntOption getNumVmiRoms()

setNumVmiRoms

public void setNumVmiRoms(IntOption toSet)

getNumVmciDevices

public IntOption getNumVmciDevices()

setNumVmciDevices

public void setNumVmciDevices(IntOption toSet)

getNumPCIPassthroughDevices

public IntOption getNumPCIPassthroughDevices()

setNumPCIPassthroughDevices

public void setNumPCIPassthroughDevices(IntOption toSet)

getNumSasSCSIControllers

public IntOption getNumSasSCSIControllers()

setNumSasSCSIControllers

public void setNumSasSCSIControllers(IntOption toSet)

getNumVmxnet3EthernetCards

public IntOption getNumVmxnet3EthernetCards()

setNumVmxnet3EthernetCards

public void setNumVmxnet3EthernetCards(IntOption toSet)

getNumParaVirtualSCSIControllers

public IntOption getNumParaVirtualSCSIControllers()

setNumParaVirtualSCSIControllers

public void setNumParaVirtualSCSIControllers(IntOption toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.