vcenter vm template library items: cpu info
The
cpu_info
structure contains CPU related information about the virtual machine template. This structure was added in vSphere API 6.8.Representation:
{
"count" : 1,
"cores_per_socket" : 1
}
"count" : 1,
"cores_per_socket" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
count | long | Number of CPU cores. This attribute was added in vSphere API 6.8. |
cores_per_socket | long | Number of CPU cores per socket. This attribute was added in vSphere API 6.8. |