Package com.vmware.vim25
Class HostHardwareSummary
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostHardwareSummary
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintlongshortshortshortintintFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonggetModel()shortshortshortintintgetUuid()voidsetCpuMhz(int cpuMhz) voidsetCpuModel(String cpuModel) voidsetMemorySize(long memorySize) voidvoidsetNumCpuCores(short numCpuCores) voidsetNumCpuPkgs(short numCpuPkgs) voidsetNumCpuThreads(short numCpuThreads) voidsetNumHBAs(int numHBAs) voidsetNumNics(int numNics) voidsetOtherIdentifyingInfo(HostSystemIdentificationInfo[] otherIdentifyingInfo) voidvoidMethods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
vendor
-
model
-
uuid
-
otherIdentifyingInfo
-
memorySize
public long memorySize -
cpuModel
-
cpuMhz
public int cpuMhz -
numCpuPkgs
public short numCpuPkgs -
numCpuCores
public short numCpuCores -
numCpuThreads
public short numCpuThreads -
numNics
public int numNics -
numHBAs
public int numHBAs
-
-
Constructor Details
-
HostHardwareSummary
public HostHardwareSummary()
-
-
Method Details
-
getVendor
-
getModel
-
getUuid
-
getOtherIdentifyingInfo
-
getMemorySize
public long getMemorySize() -
getCpuModel
-
getCpuMhz
public int getCpuMhz() -
getNumCpuPkgs
public short getNumCpuPkgs() -
getNumCpuCores
public short getNumCpuCores() -
getNumCpuThreads
public short getNumCpuThreads() -
getNumNics
public int getNumNics() -
getNumHBAs
public int getNumHBAs() -
setVendor
-
setModel
-
setUuid
-
setOtherIdentifyingInfo
-
setMemorySize
public void setMemorySize(long memorySize) -
setCpuModel
-
setCpuMhz
public void setCpuMhz(int cpuMhz) -
setNumCpuPkgs
public void setNumCpuPkgs(short numCpuPkgs) -
setNumCpuCores
public void setNumCpuCores(short numCpuCores) -
setNumCpuThreads
public void setNumCpuThreads(short numCpuThreads) -
setNumNics
public void setNumNics(int numNics) -
setNumHBAs
public void setNumHBAs(int numHBAs)
-