Name
|
Type
|
Description
|
cpuMhz | xsd:int |
The speed of the CPU cores. This is an average value if there are multiple
speeds. The product of cpuMhz and numCpuCores is approximately equal to the
sum of the MHz for all the individual cores on the host.
|
cpuModel | xsd:string |
The CPU model.
|
memorySize | xsd:long |
The physical memory size in bytes.
|
model | xsd:string |
The system model identification.
|
numCpuCores | xsd:short |
Number of physical CPU cores on the host. Physical CPU cores are the
processors contained by a CPU package.
|
numCpuPkgs | xsd:short |
Number of physical CPU packages on the host. Physical CPU packages are chips
that contain one or more processors. Processors contained by a package are
also known as CPU cores. For example, one dual-core package is comprised of
one chip that contains two CPU cores.
|
numCpuThreads | xsd:short |
Number of physical CPU threads on the host.
|
numHBAs | xsd:int |
The number of host bus adapters (HBAs).
|
numNics | xsd:int |
The number of network adapters.
|
otherIdentifyingInfo | HostSystemIdentificationInfo[] |
Other identification information. This information may be vendor
specific.
Since VI API 2.5
|
uuid | xsd:string |
The hardware BIOS identification.
|
vendor | xsd:string |
The hardware vendor identification.
|
Properties inherited from DynamicData |
None |