com.hyper9.simdk.stubs.dao
Class HostConfigSpec

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

public class HostConfigSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostConfigSpec()
           
 
Method Summary
 String getDatastorePrincipal()
           
 String getDatastorePrincipalPasswd()
           
 HostDateTimeConfig getDatetime()
           
 HostFirewallConfig getFirewall()
           
 HostLicenseSpec getLicense()
           
 HostMemorySpec getMemory()
           
 List<HostNasVolumeConfig> getNasDatastore()
           
 HostNetworkConfig getNetwork()
           
 List<HostVirtualNicManagerNicTypeSelection> getNicTypeSelection()
           
 List<OptionValue> getOption()
           
 HostSecuritySpec getSecurity()
           
 List<HostServiceConfig> getService()
           
 HostStorageDeviceInfo getStorageDevice()
           
 List<HostAccountSpec> getUserAccount()
           
 List<HostAccountSpec> getUsergroupAccount()
           
 void setDatastorePrincipal(String toSet)
           
 void setDatastorePrincipalPasswd(String toSet)
           
 void setDatetime(HostDateTimeConfig toSet)
           
 void setFirewall(HostFirewallConfig toSet)
           
 void setLicense(HostLicenseSpec toSet)
           
 void setMemory(HostMemorySpec toSet)
           
 void setNasDatastore(List<HostNasVolumeConfig> toSet)
           
 void setNetwork(HostNetworkConfig toSet)
           
 void setNicTypeSelection(List<HostVirtualNicManagerNicTypeSelection> toSet)
           
 void setOption(List<OptionValue> toSet)
           
 void setSecurity(HostSecuritySpec toSet)
           
 void setService(List<HostServiceConfig> toSet)
           
 void setStorageDevice(HostStorageDeviceInfo toSet)
           
 void setUserAccount(List<HostAccountSpec> toSet)
           
 void setUsergroupAccount(List<HostAccountSpec> 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

HostConfigSpec

public HostConfigSpec()
Method Detail

getNasDatastore

public List<HostNasVolumeConfig> getNasDatastore()

setNasDatastore

public void setNasDatastore(List<HostNasVolumeConfig> toSet)

getNetwork

public HostNetworkConfig getNetwork()

setNetwork

public void setNetwork(HostNetworkConfig toSet)

getNicTypeSelection

public List<HostVirtualNicManagerNicTypeSelection> getNicTypeSelection()

setNicTypeSelection

public void setNicTypeSelection(List<HostVirtualNicManagerNicTypeSelection> toSet)

getService

public List<HostServiceConfig> getService()

setService

public void setService(List<HostServiceConfig> toSet)

getFirewall

public HostFirewallConfig getFirewall()

setFirewall

public void setFirewall(HostFirewallConfig toSet)

getOption

public List<OptionValue> getOption()

setOption

public void setOption(List<OptionValue> toSet)

getDatastorePrincipal

public String getDatastorePrincipal()

setDatastorePrincipal

public void setDatastorePrincipal(String toSet)

getDatastorePrincipalPasswd

public String getDatastorePrincipalPasswd()

setDatastorePrincipalPasswd

public void setDatastorePrincipalPasswd(String toSet)

getDatetime

public HostDateTimeConfig getDatetime()

setDatetime

public void setDatetime(HostDateTimeConfig toSet)

getStorageDevice

public HostStorageDeviceInfo getStorageDevice()

setStorageDevice

public void setStorageDevice(HostStorageDeviceInfo toSet)

getLicense

public HostLicenseSpec getLicense()

setLicense

public void setLicense(HostLicenseSpec toSet)

getSecurity

public HostSecuritySpec getSecurity()

setSecurity

public void setSecurity(HostSecuritySpec toSet)

getUserAccount

public List<HostAccountSpec> getUserAccount()

setUserAccount

public void setUserAccount(List<HostAccountSpec> toSet)

getUsergroupAccount

public List<HostAccountSpec> getUsergroupAccount()

setUsergroupAccount

public void setUsergroupAccount(List<HostAccountSpec> toSet)

getMemory

public HostMemorySpec getMemory()

setMemory

public void setMemory(HostMemorySpec toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.