public class ComputeResourceSummary extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
int |
effectiveCpu |
long |
effectiveMemory |
short |
numCpuCores |
short |
numCpuThreads |
int |
numEffectiveHosts |
int |
numHosts |
ManagedEntityStatus |
overallStatus |
int |
totalCpu |
long |
totalMemory |
dynamicProperty, dynamicType| Constructor and Description |
|---|
ComputeResourceSummary() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEffectiveCpu() |
long |
getEffectiveMemory() |
short |
getNumCpuCores() |
short |
getNumCpuThreads() |
int |
getNumEffectiveHosts() |
int |
getNumHosts() |
ManagedEntityStatus |
getOverallStatus() |
int |
getTotalCpu() |
long |
getTotalMemory() |
void |
setEffectiveCpu(int effectiveCpu) |
void |
setEffectiveMemory(long effectiveMemory) |
void |
setNumCpuCores(short numCpuCores) |
void |
setNumCpuThreads(short numCpuThreads) |
void |
setNumEffectiveHosts(int numEffectiveHosts) |
void |
setNumHosts(int numHosts) |
void |
setOverallStatus(ManagedEntityStatus overallStatus) |
void |
setTotalCpu(int totalCpu) |
void |
setTotalMemory(long totalMemory) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic int totalCpu
public long totalMemory
public short numCpuCores
public short numCpuThreads
public int effectiveCpu
public long effectiveMemory
public int numHosts
public int numEffectiveHosts
public ManagedEntityStatus overallStatus
public int getTotalCpu()
public long getTotalMemory()
public short getNumCpuCores()
public short getNumCpuThreads()
public int getEffectiveCpu()
public long getEffectiveMemory()
public int getNumHosts()
public int getNumEffectiveHosts()
public ManagedEntityStatus getOverallStatus()
public void setTotalCpu(int totalCpu)
public void setTotalMemory(long totalMemory)
public void setNumCpuCores(short numCpuCores)
public void setNumCpuThreads(short numCpuThreads)
public void setEffectiveCpu(int effectiveCpu)
public void setEffectiveMemory(long effectiveMemory)
public void setNumHosts(int numHosts)
public void setNumEffectiveHosts(int numEffectiveHosts)
public void setOverallStatus(ManagedEntityStatus overallStatus)
Copyright © 2011-2012. All Rights Reserved.