com.hyper9.simdk.stubs.dao
Class ComputeResourceSummary
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
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
ComputeResourceSummary
public ComputeResourceSummary()
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.