VcenterSettingsV1ConfigComponentsInventoryVmConfigInfo
The ConfigInfo structure provides configuration of a VirtualMachine.
Properties
cpu_allocation
Optional
Resource limits for the CPU.
hardware
Required
Hardware configuration of the VirtualMachine.
memory_allocation
Optional
Resource limits for the memory.
JSON Example
{
"hardware": {
"memory_MB": 0,
"num_CPU": 0
}
}