HostCpuPackage
Information about a physical CPU package.
{
"_typeName": "string",
"index": 0,
"vendor": "string",
"hz": 0,
"busHz": 0,
"description": "string",
"threadId": [
0
],
"cpuFeature": [
{
"_typeName": "string",
"level": 0,
"vendor": "string",
"eax": "string",
"ebx": "string",
"ecx": "string",
"edx": "string"
}
],
"family": 0,
"model": 0,
"stepping": 0
}
Package index, starting from zero.
CPU vendor name, possible names currently are "Intel", "AMD", "arm", "hygon", or "unknown".
CPU speed in HZ.
Bus speed in HZ.
String summary description of CPU (for display purposes).
The logical CPU threads on this package.
The CPU feature bit on this particular CPU.
This is independent of the product and licensing capabilities.
Family ID for the CPU
Since: vSphere API Release 8.0.3.0
Model number of the CPU
Since: vSphere API Release 8.0.3.0
Stepping ID of the CPU
Since: vSphere API Release 8.0.3.0