com.hyper9.simdk.stubs.dao
Class HostConnectInfo

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

public class HostConnectInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostConnectInfo()
           
 
Method Summary
 Boolean getClusterSupported()
           
 List<HostDatastoreConnectInfo> getDatastore()
           
 HostListSummary getHost()
           
 HostLicenseConnectInfo getLicense()
           
 List<HostConnectInfoNetworkInfo> getNetwork()
           
 String getServerIp()
           
 Boolean getVimAccountNameRequired()
           
 List<VirtualMachineSummary> getVm()
           
 void setClusterSupported(Boolean toSet)
           
 void setDatastore(List<HostDatastoreConnectInfo> toSet)
           
 void setHost(HostListSummary toSet)
           
 void setLicense(HostLicenseConnectInfo toSet)
           
 void setNetwork(List<HostConnectInfoNetworkInfo> toSet)
           
 void setServerIp(String toSet)
           
 void setVimAccountNameRequired(Boolean toSet)
           
 void setVm(List<VirtualMachineSummary> 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

HostConnectInfo

public HostConnectInfo()
Method Detail

getServerIp

public String getServerIp()

setServerIp

public void setServerIp(String toSet)

getHost

public HostListSummary getHost()

setHost

public void setHost(HostListSummary toSet)

getVm

public List<VirtualMachineSummary> getVm()

setVm

public void setVm(List<VirtualMachineSummary> toSet)

getVimAccountNameRequired

public Boolean getVimAccountNameRequired()

setVimAccountNameRequired

public void setVimAccountNameRequired(Boolean toSet)

getClusterSupported

public Boolean getClusterSupported()

setClusterSupported

public void setClusterSupported(Boolean toSet)

getNetwork

public List<HostConnectInfoNetworkInfo> getNetwork()

setNetwork

public void setNetwork(List<HostConnectInfoNetworkInfo> toSet)

getDatastore

public List<HostDatastoreConnectInfo> getDatastore()

setDatastore

public void setDatastore(List<HostDatastoreConnectInfo> toSet)

getLicense

public HostLicenseConnectInfo getLicense()

setLicense

public void setLicense(HostLicenseConnectInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.