public class ComputeResourceSummary extends DynamicData
Java class for ComputeResourceSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComputeResourceSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="totalCpu" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="totalMemory" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="numCpuCores" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="numCpuThreads" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="effectiveCpu" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="effectiveMemory" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="numHosts" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="numEffectiveHosts" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="overallStatus" type="{urn:vim25}ManagedEntityStatus"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
effectiveCpu |
protected long |
effectiveMemory |
protected short |
numCpuCores |
protected short |
numCpuThreads |
protected int |
numEffectiveHosts |
protected int |
numHosts |
protected ManagedEntityStatus |
overallStatus |
protected int |
totalCpu |
protected long |
totalMemory |
| Constructor and Description |
|---|
ComputeResourceSummary() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEffectiveCpu()
Gets the value of the effectiveCpu property.
|
long |
getEffectiveMemory()
Gets the value of the effectiveMemory property.
|
short |
getNumCpuCores()
Gets the value of the numCpuCores property.
|
short |
getNumCpuThreads()
Gets the value of the numCpuThreads property.
|
int |
getNumEffectiveHosts()
Gets the value of the numEffectiveHosts property.
|
int |
getNumHosts()
Gets the value of the numHosts property.
|
ManagedEntityStatus |
getOverallStatus()
Gets the value of the overallStatus property.
|
int |
getTotalCpu()
Gets the value of the totalCpu property.
|
long |
getTotalMemory()
Gets the value of the totalMemory property.
|
void |
setEffectiveCpu(int value)
Sets the value of the effectiveCpu property.
|
void |
setEffectiveMemory(long value)
Sets the value of the effectiveMemory property.
|
void |
setNumCpuCores(short value)
Sets the value of the numCpuCores property.
|
void |
setNumCpuThreads(short value)
Sets the value of the numCpuThreads property.
|
void |
setNumEffectiveHosts(int value)
Sets the value of the numEffectiveHosts property.
|
void |
setNumHosts(int value)
Sets the value of the numHosts property.
|
void |
setOverallStatus(ManagedEntityStatus value)
Sets the value of the overallStatus property.
|
void |
setTotalCpu(int value)
Sets the value of the totalCpu property.
|
void |
setTotalMemory(long value)
Sets the value of the totalMemory property.
|
protected int totalCpu
protected long totalMemory
protected short numCpuCores
protected short numCpuThreads
protected int effectiveCpu
protected long effectiveMemory
protected int numHosts
protected int numEffectiveHosts
protected ManagedEntityStatus overallStatus
public int getTotalCpu()
public void setTotalCpu(int value)
public long getTotalMemory()
public void setTotalMemory(long value)
public short getNumCpuCores()
public void setNumCpuCores(short value)
public short getNumCpuThreads()
public void setNumCpuThreads(short value)
public int getEffectiveCpu()
public void setEffectiveCpu(int value)
public long getEffectiveMemory()
public void setEffectiveMemory(long value)
public int getNumHosts()
public void setNumHosts(int value)
public int getNumEffectiveHosts()
public void setNumEffectiveHosts(int value)
public ManagedEntityStatus getOverallStatus()
ManagedEntityStatuspublic void setOverallStatus(ManagedEntityStatus value)
value - allowed object is
ManagedEntityStatusCopyright © 2018. All rights reserved.