Package com.vmware.vim25
Class ComputeResourceSummary
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.ComputeResourceSummary
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClusterComputeResourceSummary
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintlongshortshortintintintlongFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlongshortshortintintintlongvoidsetEffectiveCpu(int effectiveCpu) voidsetEffectiveMemory(long effectiveMemory) voidsetNumCpuCores(short numCpuCores) voidsetNumCpuThreads(short numCpuThreads) voidsetNumEffectiveHosts(int numEffectiveHosts) voidsetNumHosts(int numHosts) voidsetOverallStatus(ManagedEntityStatus overallStatus) voidsetTotalCpu(int totalCpu) voidsetTotalMemory(long totalMemory) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
totalCpu
public int totalCpu -
totalMemory
public long totalMemory -
numCpuCores
public short numCpuCores -
numCpuThreads
public short numCpuThreads -
effectiveCpu
public int effectiveCpu -
effectiveMemory
public long effectiveMemory -
numHosts
public int numHosts -
numEffectiveHosts
public int numEffectiveHosts -
overallStatus
-
-
Constructor Details
-
ComputeResourceSummary
public ComputeResourceSummary()
-
-
Method Details
-
getTotalCpu
public int getTotalCpu() -
getTotalMemory
public long getTotalMemory() -
getNumCpuCores
public short getNumCpuCores() -
getNumCpuThreads
public short getNumCpuThreads() -
getEffectiveCpu
public int getEffectiveCpu() -
getEffectiveMemory
public long getEffectiveMemory() -
getNumHosts
public int getNumHosts() -
getNumEffectiveHosts
public int getNumEffectiveHosts() -
getOverallStatus
-
setTotalCpu
public void setTotalCpu(int totalCpu) -
setTotalMemory
public void setTotalMemory(long totalMemory) -
setNumCpuCores
public void setNumCpuCores(short numCpuCores) -
setNumCpuThreads
public void setNumCpuThreads(short numCpuThreads) -
setEffectiveCpu
public void setEffectiveCpu(int effectiveCpu) -
setEffectiveMemory
public void setEffectiveMemory(long effectiveMemory) -
setNumHosts
public void setNumHosts(int numHosts) -
setNumEffectiveHosts
public void setNumEffectiveHosts(int numEffectiveHosts) -
setOverallStatus
-