com.hyper9.simdk.stubs.dao
Class ClusterConfigSpecEx

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

public class ClusterConfigSpecEx
extends ComputeResourceConfigSpec

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterConfigSpecEx()
           
 
Method Summary
 ClusterDasConfigInfo getDasConfig()
           
 List<ClusterDasVmConfigSpec> getDasVmConfigSpec()
           
 ClusterDpmConfigInfo getDpmConfig()
           
 List<ClusterDpmHostConfigSpec> getDpmHostConfigSpec()
           
 ClusterDrsConfigInfo getDrsConfig()
           
 List<ClusterDrsVmConfigSpec> getDrsVmConfigSpec()
           
 List<ClusterRuleSpec> getRulesSpec()
           
 void setDasConfig(ClusterDasConfigInfo toSet)
           
 void setDasVmConfigSpec(List<ClusterDasVmConfigSpec> toSet)
           
 void setDpmConfig(ClusterDpmConfigInfo toSet)
           
 void setDpmHostConfigSpec(List<ClusterDpmHostConfigSpec> toSet)
           
 void setDrsConfig(ClusterDrsConfigInfo toSet)
           
 void setDrsVmConfigSpec(List<ClusterDrsVmConfigSpec> toSet)
           
 void setRulesSpec(List<ClusterRuleSpec> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ComputeResourceConfigSpec
getVmSwapPlacement, setVmSwapPlacement
 
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

ClusterConfigSpecEx

public ClusterConfigSpecEx()
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)

getDpmConfig

public ClusterDpmConfigInfo getDpmConfig()

setDpmConfig

public void setDpmConfig(ClusterDpmConfigInfo toSet)

getDpmHostConfigSpec

public List<ClusterDpmHostConfigSpec> getDpmHostConfigSpec()

setDpmHostConfigSpec

public void setDpmHostConfigSpec(List<ClusterDpmHostConfigSpec> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.