Vm_Hardware_Cpu_Info

Vm_Hardware_Cpu_Info
Vm_Hardware_Cpu_Info

The Cpu.Info structure contains CPU-related information about a virtual machine.

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

Number of CPU cores.

integer As int64
cores_per_socket
Required

Number of CPU cores per socket.

boolean
hot_add_enabled
Required

Flag indicating whether adding CPUs while the virtual machine is running is enabled.

boolean
hot_remove_enabled
Required

Flag indicating whether removing CPUs while the virtual machine is running is enabled.