vcenter vm hardware cpu: info

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

Representation:

{
    "cores_per_socket"1,
    "count"1,
    "hot_add_enabled"true,
    "hot_remove_enabled"true
}

Attributes:

Name Type Description
Required
count long Number of CPU cores.

cores_per_socket long Number of CPU cores per socket.

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

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