public class HostCpuInfo extends DynamicData
Java class for HostCpuInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostCpuInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="numCpuPackages" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="numCpuCores" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="numCpuThreads" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="hz" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
hz |
protected short |
numCpuCores |
protected short |
numCpuPackages |
protected short |
numCpuThreads |
| Constructor and Description |
|---|
HostCpuInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getHz()
Gets the value of the hz property.
|
short |
getNumCpuCores()
Gets the value of the numCpuCores property.
|
short |
getNumCpuPackages()
Gets the value of the numCpuPackages property.
|
short |
getNumCpuThreads()
Gets the value of the numCpuThreads property.
|
void |
setHz(long value)
Sets the value of the hz property.
|
void |
setNumCpuCores(short value)
Sets the value of the numCpuCores property.
|
void |
setNumCpuPackages(short value)
Sets the value of the numCpuPackages property.
|
void |
setNumCpuThreads(short value)
Sets the value of the numCpuThreads property.
|
protected short numCpuPackages
protected short numCpuCores
protected short numCpuThreads
protected long hz
public short getNumCpuPackages()
public void setNumCpuPackages(short value)
public short getNumCpuCores()
public void setNumCpuCores(short value)
public short getNumCpuThreads()
public void setNumCpuThreads(short value)
public long getHz()
public void setHz(long value)
Copyright © 2018. All rights reserved.