com.hyper9.simdk.stubs.dao
Class ClusterDrsConfigInfo

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

public class ClusterDrsConfigInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterDrsConfigInfo()
           
 
Method Summary
 DrsBehavior getDefaultVmBehavior()
           
 Boolean getEnabled()
           
 Boolean getEnableVmBehaviorOverrides()
           
 List<OptionValue> getOption()
           
 Integer getVmotionRate()
           
 void setDefaultVmBehavior(DrsBehavior toSet)
           
 void setEnabled(Boolean toSet)
           
 void setEnableVmBehaviorOverrides(Boolean toSet)
           
 void setOption(List<OptionValue> toSet)
           
 void setVmotionRate(Integer 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

ClusterDrsConfigInfo

public ClusterDrsConfigInfo()
Method Detail

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getEnableVmBehaviorOverrides

public Boolean getEnableVmBehaviorOverrides()

setEnableVmBehaviorOverrides

public void setEnableVmBehaviorOverrides(Boolean toSet)

getDefaultVmBehavior

public DrsBehavior getDefaultVmBehavior()

setDefaultVmBehavior

public void setDefaultVmBehavior(DrsBehavior toSet)

getVmotionRate

public Integer getVmotionRate()

setVmotionRate

public void setVmotionRate(Integer toSet)

getOption

public List<OptionValue> getOption()

setOption

public void setOption(List<OptionValue> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.