com.hyper9.simdk.stubs.dao
Class VirtualMachineConfigOption

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.VirtualMachineConfigOption
All Implemented Interfaces:
Serializable

public class VirtualMachineConfigOption
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineConfigOption()
           
 
Method Summary
 VirtualMachineCapability getCapabilities()
           
 DatastoreOption getDatastore()
           
 List<VirtualDevice> getDefaultDevice()
           
 String getDescription()
           
 Integer getGuestOSDefaultIndex()
           
 List<GuestOsDescriptor> getGuestOSDescriptor()
           
 VirtualHardwareOption getHardwareOptions()
           
 List<String> getSupportedMonitorType()
           
 List<String> getSupportedOvfEnvironmentTransport()
           
 List<String> getSupportedOvfInstallTransport()
           
 String getVersion()
           
 void setCapabilities(VirtualMachineCapability toSet)
           
 void setDatastore(DatastoreOption toSet)
           
 void setDefaultDevice(List<VirtualDevice> toSet)
           
 void setDescription(String toSet)
           
 void setGuestOSDefaultIndex(Integer toSet)
           
 void setGuestOSDescriptor(List<GuestOsDescriptor> toSet)
           
 void setHardwareOptions(VirtualHardwareOption toSet)
           
 void setSupportedMonitorType(List<String> toSet)
           
 void setSupportedOvfEnvironmentTransport(List<String> toSet)
           
 void setSupportedOvfInstallTransport(List<String> toSet)
           
 void setVersion(String toSet)
           
 
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

VirtualMachineConfigOption

public VirtualMachineConfigOption()
Method Detail

getVersion

public String getVersion()

setVersion

public void setVersion(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)

getGuestOSDescriptor

public List<GuestOsDescriptor> getGuestOSDescriptor()

setGuestOSDescriptor

public void setGuestOSDescriptor(List<GuestOsDescriptor> toSet)

getGuestOSDefaultIndex

public Integer getGuestOSDefaultIndex()

setGuestOSDefaultIndex

public void setGuestOSDefaultIndex(Integer toSet)

getHardwareOptions

public VirtualHardwareOption getHardwareOptions()

setHardwareOptions

public void setHardwareOptions(VirtualHardwareOption toSet)

getCapabilities

public VirtualMachineCapability getCapabilities()

setCapabilities

public void setCapabilities(VirtualMachineCapability toSet)

getDatastore

public DatastoreOption getDatastore()

setDatastore

public void setDatastore(DatastoreOption toSet)

getDefaultDevice

public List<VirtualDevice> getDefaultDevice()

setDefaultDevice

public void setDefaultDevice(List<VirtualDevice> toSet)

getSupportedMonitorType

public List<String> getSupportedMonitorType()

setSupportedMonitorType

public void setSupportedMonitorType(List<String> toSet)

getSupportedOvfEnvironmentTransport

public List<String> getSupportedOvfEnvironmentTransport()

setSupportedOvfEnvironmentTransport

public void setSupportedOvfEnvironmentTransport(List<String> toSet)

getSupportedOvfInstallTransport

public List<String> getSupportedOvfInstallTransport()

setSupportedOvfInstallTransport

public void setSupportedOvfInstallTransport(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.