com.hyper9.simdk.stubs.dao
Class HostConfigSummary

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

public class HostConfigSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostConfigSummary()
           
 
Method Summary
 Boolean getFaultToleranceEnabled()
           
 String getName()
           
 Integer getPort()
           
 AboutInfo getProduct()
           
 String getSslThumbprint()
           
 Boolean getVmotionEnabled()
           
 void setFaultToleranceEnabled(Boolean toSet)
           
 void setName(String toSet)
           
 void setPort(Integer toSet)
           
 void setProduct(AboutInfo toSet)
           
 void setSslThumbprint(String toSet)
           
 void setVmotionEnabled(Boolean 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

HostConfigSummary

public HostConfigSummary()
Method Detail

getName

public String getName()

setName

public void setName(String toSet)

getPort

public Integer getPort()

setPort

public void setPort(Integer toSet)

getSslThumbprint

public String getSslThumbprint()

setSslThumbprint

public void setSslThumbprint(String toSet)

getProduct

public AboutInfo getProduct()

setProduct

public void setProduct(AboutInfo toSet)

getVmotionEnabled

public Boolean getVmotionEnabled()

setVmotionEnabled

public void setVmotionEnabled(Boolean toSet)

getFaultToleranceEnabled

public Boolean getFaultToleranceEnabled()

setFaultToleranceEnabled

public void setFaultToleranceEnabled(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.