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