vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - HostCpuInfo(vim.host.CpuInfo)
- Property of
 - HostHardwareInfo
 - Extends
 - DynamicData
 - Since
 - 2.0
 
Data Object Description
Information about the CPUs.Properties
| Name | Type | Description | 
|---|---|---|
| hz | xsd:long | 
         CPU speed per core. This might be an averaged value if the speed
  is not uniform across all cores. The total CPU speed of the box is
  defined as hz * numCpuCores
       | 
| numCpuCores | xsd:short | 
         Number of physical CPU cores on the host.
       | 
| numCpuPackages | xsd:short | 
         Number of physical CPU packages on the host.
       | 
| numCpuThreads | xsd:short | 
         Number of physical CPU threads on the host.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |