vcenter vm template library items: cpu update spec

The cpu_update_spec structure describes updates to the CPU configuration of the deployed virtual machine. Warning: This structure is available as technical preview. It may be changed in a future release.

Representation:

{
    "num_cores_per_socket"1,
    "num_cpus"1
}

Attributes:

Name Type Description
Optional
num_cpus long Number of virtual processors in the deployed virtual machine. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. If {@term.unset}, the deployed virtual machine has the same CPU count as the source virtual machine template contained in the library item.

num_cores_per_socket long Number of cores among which to distribute CPUs in the deployed virtual machine. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. If {@term.unset}, the deployed virtual machine has the same number of cores per socket as the source virtual machine template contained in the library item.