VmHardwareCpuInfo

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


Properties

integer as int64
cores_per_socket Required

Number of CPU cores per socket.


integer as int64
count Required

Number of CPU cores.


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.

JSON Example

{
	"cores_per_socket": 0,
	"count": 0,
	"hot_add_enabled": false,
	"hot_remove_enabled": false
}
Property Of

VMInfo
Returned By

Get Hardware CPU

Feedback

Was this page helpful?