VmTemplate_LibraryItems_CpuUpdateSpec

VmTemplate_LibraryItems_CpuUpdateSpec
VmTemplate_LibraryItems_CpuUpdateSpec

The LibraryItems.CpuUpdateSpec structure describes updates to the CPU configuration of the deployed virtual machine.

JSON Example
{
    "num_cpus": 0,
    "num_cores_per_socket": 0
}
integer As int64
num_cpus
Optional

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

integer As int64
num_cores_per_socket
Optional

Number of cores among which to distribute CPUs in the deployed virtual machine. 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.