VmTemplateLibraryItemsCpuUpdateSpec

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


Properties

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.


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.

JSON Example

{
	"num_cores_per_socket": 0,
	"num_cpus": 0
}

Feedback

Was this page helpful?