VcenterSettingsV1ConfigComponentsInventoryVmVirtualHardware
The VirtualHardware structure provides the virtual hardware configuration of a VirtualMachine.
Properties
integer as int64
memory_MB
Required
Memory size in MB.
integer as int64
num_CPU
Required
Number of virtual CPUs.
JSON Example
{
"memory_MB": 0,
"num_CPU": 0
}