public class HostHardwareSummary extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
int |
cpuMhz |
String |
cpuModel |
long |
memorySize |
String |
model |
short |
numCpuCores |
short |
numCpuPkgs |
short |
numCpuThreads |
int |
numHBAs |
int |
numNics |
HostSystemIdentificationInfo[] |
otherIdentifyingInfo |
String |
uuid |
String |
vendor |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostHardwareSummary() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuMhz() |
String |
getCpuModel() |
long |
getMemorySize() |
String |
getModel() |
short |
getNumCpuCores() |
short |
getNumCpuPkgs() |
short |
getNumCpuThreads() |
int |
getNumHBAs() |
int |
getNumNics() |
HostSystemIdentificationInfo[] |
getOtherIdentifyingInfo() |
String |
getUuid() |
String |
getVendor() |
void |
setCpuMhz(int cpuMhz) |
void |
setCpuModel(String cpuModel) |
void |
setMemorySize(long memorySize) |
void |
setModel(String model) |
void |
setNumCpuCores(short numCpuCores) |
void |
setNumCpuPkgs(short numCpuPkgs) |
void |
setNumCpuThreads(short numCpuThreads) |
void |
setNumHBAs(int numHBAs) |
void |
setNumNics(int numNics) |
void |
setOtherIdentifyingInfo(HostSystemIdentificationInfo[] otherIdentifyingInfo) |
void |
setUuid(String uuid) |
void |
setVendor(String vendor) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String vendor
public String model
public String uuid
public HostSystemIdentificationInfo[] otherIdentifyingInfo
public long memorySize
public String cpuModel
public int cpuMhz
public short numCpuPkgs
public short numCpuCores
public short numCpuThreads
public int numNics
public int numHBAs
public String getVendor()
public String getModel()
public String getUuid()
public HostSystemIdentificationInfo[] getOtherIdentifyingInfo()
public long getMemorySize()
public String getCpuModel()
public int getCpuMhz()
public short getNumCpuPkgs()
public short getNumCpuCores()
public short getNumCpuThreads()
public int getNumNics()
public int getNumHBAs()
public void setVendor(String vendor)
public void setModel(String model)
public void setUuid(String uuid)
public void setOtherIdentifyingInfo(HostSystemIdentificationInfo[] otherIdentifyingInfo)
public void setMemorySize(long memorySize)
public void setCpuModel(String cpuModel)
public void setCpuMhz(int cpuMhz)
public void setNumCpuPkgs(short numCpuPkgs)
public void setNumCpuCores(short numCpuCores)
public void setNumCpuThreads(short numCpuThreads)
public void setNumNics(int numNics)
public void setNumHBAs(int numHBAs)
Copyright © 2011-2012. All Rights Reserved.