com.hyper9.simdk.stubs.dao
Class VirtualMachineConfigOption
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.VirtualMachineConfigOption
- All Implemented Interfaces:
- Serializable
public class VirtualMachineConfigOption
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
VirtualMachineConfigOption
public VirtualMachineConfigOption()
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.