vcenter vm hardware cpu: info
The
info
structure contains CPU-related information about a virtual machine.Representation:
{
"hot_remove_enabled" : true,
"count" : 1,
"hot_add_enabled" : true,
"cores_per_socket" : 1
}
"hot_remove_enabled" : true,
"count" : 1,
"hot_add_enabled" : true,
"cores_per_socket" : 1
}
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. |