Files
deb-python-pyvmomi/docs/vim/host/Summary/HardwareSummary.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

1.9 KiB

vim.host.Summary.HardwareSummary

This data object type summarizes hardware used by the host.

extends

vmodl.DynamicData

Attributes:

vendor (str):

The hardware vendor identification.

model (str):

The system model identification.

uuid (str):

The hardware BIOS identification.

otherIdentifyingInfo ([vim.host.SystemIdentificationInfo], optional):

Other identification information. This information may be vendor specific.

memorySize (long):

The physical memory size in bytes.

cpuModel (str):

The CPU model.

cpuMhz (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.

numCpuPkgs (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.

numCpuCores (short):

Number of physical CPU cores on the host. Physical CPU cores are the processors contained by a CPU package.

numCpuThreads (short):

Number of physical CPU threads on the host.

numNics (int):

The number of network adapters.

numHBAs (int):

The number of host bus adapters (HBAs).