VmTemplate_LibraryItems_CpuInfo

VmTemplate_LibraryItems_CpuInfo
VmTemplate_LibraryItems_CpuInfo

The LibraryItems.CpuInfo structure contains CPU related information about the virtual machine template.

JSON Example
{
    "count": 0,
    "cores_per_socket": 0
}
integer As int64
count
Required

Number of CPU cores.

integer As int64
cores_per_socket
Required

Number of CPU cores per socket.