VmTemplateLibraryItemsCpuInfo
The LibraryItems.CpuInfo structure contains CPU related information about the virtual machine template.
Properties
integer as int64
cores_per_socket
Required
Number of CPU cores per socket.
integer as int64
count
Required
Number of CPU cores.
JSON Example
{
"cores_per_socket": 0,
"count": 0
}