com.hyper9.simdk.stubs.dao
Class HostConnectSpec

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

public class HostConnectSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostConnectSpec()
           
 
Method Summary
 Boolean getForce()
           
 String getHostName()
           
 String getManagementIp()
           
 String getPassword()
           
 Integer getPort()
           
 String getSslThumbprint()
           
 String getUserName()
           
 String getVimAccountName()
           
 String getVimAccountPassword()
           
 Folder getVmFolder()
           
 void setForce(Boolean toSet)
           
 void setHostName(String toSet)
           
 void setManagementIp(String toSet)
           
 void setPassword(String toSet)
           
 void setPort(Integer toSet)
           
 void setSslThumbprint(String toSet)
           
 void setUserName(String toSet)
           
 void setVimAccountName(String toSet)
           
 void setVimAccountPassword(String toSet)
           
 void setVmFolder(Folder 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

HostConnectSpec

public HostConnectSpec()
Method Detail

getHostName

public String getHostName()

setHostName

public void setHostName(String toSet)

getPort

public Integer getPort()

setPort

public void setPort(Integer toSet)

getSslThumbprint

public String getSslThumbprint()

setSslThumbprint

public void setSslThumbprint(String toSet)

getUserName

public String getUserName()

setUserName

public void setUserName(String toSet)

getPassword

public String getPassword()

setPassword

public void setPassword(String toSet)

getVmFolder

public Folder getVmFolder()

setVmFolder

public void setVmFolder(Folder toSet)

getForce

public Boolean getForce()

setForce

public void setForce(Boolean toSet)

getVimAccountName

public String getVimAccountName()

setVimAccountName

public void setVimAccountName(String toSet)

getVimAccountPassword

public String getVimAccountPassword()

setVimAccountPassword

public void setVimAccountPassword(String toSet)

getManagementIp

public String getManagementIp()

setManagementIp

public void setManagementIp(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.