com.hyper9.simdk.stubs.dao
Class ComputeResourceSummary

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.ComputeResourceSummary
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterComputeResourceSummary

public class ComputeResourceSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
ComputeResourceSummary()
           
 
Method Summary
 Integer getEffectiveCpu()
           
 Long getEffectiveMemory()
           
 Short getNumCpuCores()
           
 Short getNumCpuThreads()
           
 Integer getNumEffectiveHosts()
           
 Integer getNumHosts()
           
 ManagedEntityStatus getOverallStatus()
           
 Integer getTotalCpu()
           
 Long getTotalMemory()
           
 void setEffectiveCpu(Integer toSet)
           
 void setEffectiveMemory(Long toSet)
           
 void setNumCpuCores(Short toSet)
           
 void setNumCpuThreads(Short toSet)
           
 void setNumEffectiveHosts(Integer toSet)
           
 void setNumHosts(Integer toSet)
           
 void setOverallStatus(ManagedEntityStatus toSet)
           
 void setTotalCpu(Integer toSet)
           
 void setTotalMemory(Long 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

ComputeResourceSummary

public ComputeResourceSummary()
Method Detail

getTotalCpu

public Integer getTotalCpu()

setTotalCpu

public void setTotalCpu(Integer toSet)

getTotalMemory

public Long getTotalMemory()

setTotalMemory

public void setTotalMemory(Long toSet)

getNumCpuCores

public Short getNumCpuCores()

setNumCpuCores

public void setNumCpuCores(Short toSet)

getNumCpuThreads

public Short getNumCpuThreads()

setNumCpuThreads

public void setNumCpuThreads(Short toSet)

getEffectiveCpu

public Integer getEffectiveCpu()

setEffectiveCpu

public void setEffectiveCpu(Integer toSet)

getEffectiveMemory

public Long getEffectiveMemory()

setEffectiveMemory

public void setEffectiveMemory(Long toSet)

getNumHosts

public Integer getNumHosts()

setNumHosts

public void setNumHosts(Integer toSet)

getNumEffectiveHosts

public Integer getNumEffectiveHosts()

setNumEffectiveHosts

public void setNumEffectiveHosts(Integer toSet)

getOverallStatus

public ManagedEntityStatus getOverallStatus()

setOverallStatus

public void setOverallStatus(ManagedEntityStatus toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.