vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - HostCpuPackage(vim.host.CpuPackage)
- Property of
 - HostHardwareInfo
 - Extends
 - DynamicData
 - See also
 - HostCpuIdInfo
 - Since
 - 2.0
 
Data Object Description
Information about a physical CPU package.Properties
| Name | Type | Description | 
|---|---|---|
| busHz | xsd:long | 
         Bus speed in HZ.
       | 
| cpuFeature* | HostCpuIdInfo[] | 
         The CPU feature bit on this particular CPU. This is independent of
  the product and licensing capabilities.
       | 
| description | xsd:string | 
         String summary description of CPU (for display purposes).
       | 
| family* | xsd:short | 
         Family ID for the CPU
      
Since vSphere API Release 8.0.3.0 | 
| hz | xsd:long | 
         CPU speed in HZ.
       | 
| index | xsd:short | 
         Package index, starting from zero.
       | 
| model* | xsd:short | 
         Model number of the CPU
      
Since vSphere API Release 8.0.3.0 | 
| stepping* | xsd:short | 
         Stepping ID of the CPU
      
Since vSphere API Release 8.0.3.0 | 
| threadId | xsd:short[] | 
         The logical CPU threads on this package.
       | 
| vendor | xsd:string | 
         CPU vendor name, possible names currently are "Intel", "AMD",
  "arm", "hygon", or "unknown".
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |