com.hyper9.simdk.stubs.dao
Class ClusterConfigInfoEx

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

public class ClusterConfigInfoEx
extends ComputeResourceConfigInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ClusterConfigInfoEx()
           
 
Method Summary
 ClusterDasConfigInfo getDasConfig()
           
 List<ClusterDasVmConfigInfo> getDasVmConfig()
           
 ClusterDpmConfigInfo getDpmConfigInfo()
           
 List<ClusterDpmHostConfigInfo> getDpmHostConfig()
           
 ClusterDrsConfigInfo getDrsConfig()
           
 List<ClusterDrsVmConfigInfo> getDrsVmConfig()
           
 List<ClusterRuleInfo> getRule()
           
 void setDasConfig(ClusterDasConfigInfo toSet)
           
 void setDasVmConfig(List<ClusterDasVmConfigInfo> toSet)
           
 void setDpmConfigInfo(ClusterDpmConfigInfo toSet)
           
 void setDpmHostConfig(List<ClusterDpmHostConfigInfo> toSet)
           
 void setDrsConfig(ClusterDrsConfigInfo toSet)
           
 void setDrsVmConfig(List<ClusterDrsVmConfigInfo> toSet)
           
 void setRule(List<ClusterRuleInfo> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.ComputeResourceConfigInfo
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

ClusterConfigInfoEx

public ClusterConfigInfoEx()
Method Detail

getDasConfig

public ClusterDasConfigInfo getDasConfig()

setDasConfig

public void setDasConfig(ClusterDasConfigInfo toSet)

getDasVmConfig

public List<ClusterDasVmConfigInfo> getDasVmConfig()

setDasVmConfig

public void setDasVmConfig(List<ClusterDasVmConfigInfo> toSet)

getDrsConfig

public ClusterDrsConfigInfo getDrsConfig()

setDrsConfig

public void setDrsConfig(ClusterDrsConfigInfo toSet)

getDrsVmConfig

public List<ClusterDrsVmConfigInfo> getDrsVmConfig()

setDrsVmConfig

public void setDrsVmConfig(List<ClusterDrsVmConfigInfo> toSet)

getRule

public List<ClusterRuleInfo> getRule()

setRule

public void setRule(List<ClusterRuleInfo> toSet)

getDpmConfigInfo

public ClusterDpmConfigInfo getDpmConfigInfo()

setDpmConfigInfo

public void setDpmConfigInfo(ClusterDpmConfigInfo toSet)

getDpmHostConfig

public List<ClusterDpmHostConfigInfo> getDpmHostConfig()

setDpmHostConfig

public void setDpmHostConfig(List<ClusterDpmHostConfigInfo> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.