Vcenter_Settings_V1_Config_Components_Inventory_Vm_ConfigInfo

Vcenter_Settings_V1_Config_Components_Inventory_Vm_ConfigInfo
Vcenter_Settings_V1_Config_Components_Inventory_Vm_ConfigInfo

The ConfigInfo structure provides configuration of a VirtualMachine.

JSON Example
{
    "hardware": {
        "num_CPU": 0,
        "memory_MB": 0
    },
    "cpu_allocation": {
        "reservation": 0,
        "limit": 0
    },
    "memory_allocation": {
        "reservation": 0,
        "limit": 0
    }
}
hardware
Required

The VirtualHardware structure provides the virtual hardware configuration of a VirtualMachine.

cpu_allocation
Optional

The ResourceAllocationInfo structure provides resource allocation of VirtualMachine.

memory_allocation
Optional

The ResourceAllocationInfo structure provides resource allocation of VirtualMachine.