vcenter vm template library items: cpu info

The cpu_info structure contains CPU related information about the virtual machine template. Warning: This structure is available as technical preview. It may be changed in a future release.

Representation:

{
    "cores_per_socket"1,
    "count"1
}

Attributes:

Name Type Description
Required
count long Number of CPU cores. Warning: This attribute is available as technical preview. It may be changed in a future release.

cores_per_socket long Number of CPU cores per socket. Warning: This attribute is available as technical preview. It may be changed in a future release.