com.hyper9.simdk.stubs.dao
Class ClusterConfigSpec

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

public class ClusterConfigSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterConfigSpec()
           
 
Method Summary
 ClusterDasConfigInfo getDasConfig()
           
 List<ClusterDasVmConfigSpec> getDasVmConfigSpec()
           
 ClusterDrsConfigInfo getDrsConfig()
           
 List<ClusterDrsVmConfigSpec> getDrsVmConfigSpec()
           
 List<ClusterRuleSpec> getRulesSpec()
           
 void setDasConfig(ClusterDasConfigInfo toSet)
           
 void setDasVmConfigSpec(List<ClusterDasVmConfigSpec> toSet)
           
 void setDrsConfig(ClusterDrsConfigInfo toSet)
           
 void setDrsVmConfigSpec(List<ClusterDrsVmConfigSpec> toSet)
           
 void setRulesSpec(List<ClusterRuleSpec> 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

ClusterConfigSpec

public ClusterConfigSpec()
Method Detail

getDasConfig

public ClusterDasConfigInfo getDasConfig()

setDasConfig

public void setDasConfig(ClusterDasConfigInfo toSet)

getDasVmConfigSpec

public List<ClusterDasVmConfigSpec> getDasVmConfigSpec()

setDasVmConfigSpec

public void setDasVmConfigSpec(List<ClusterDasVmConfigSpec> toSet)

getDrsConfig

public ClusterDrsConfigInfo getDrsConfig()

setDrsConfig

public void setDrsConfig(ClusterDrsConfigInfo toSet)

getDrsVmConfigSpec

public List<ClusterDrsVmConfigSpec> getDrsVmConfigSpec()

setDrsVmConfigSpec

public void setDrsVmConfigSpec(List<ClusterDrsVmConfigSpec> toSet)

getRulesSpec

public List<ClusterRuleSpec> getRulesSpec()

setRulesSpec

public void setRulesSpec(List<ClusterRuleSpec> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.