VmHardwareCpuUpdateRequestBody
This is a request body class for an operation.
Properties
spec
Required
Specification for updating the CPU-related settings of the virtual machine.
JSON Example
{
"spec": {
"cores_per_socket": 0,
"count": 0,
"hot_add_enabled": false,
"hot_remove_enabled": false
}
}