Vcenter_Settings_V1_Config_Components_Managementcluster_ResourcePool

Vcenter_Settings_V1_Config_Components_Managementcluster_ResourcePool
Vcenter_Settings_V1_Config_Components_Managementcluster_ResourcePool

The ResourcePool structure contains information about the management resource pools present in the cluster. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

JSON Example
{
    "name": "string",
    "parent_path": "string",
    "config": {
        "cpu_allocation": {
            "reservation": 0,
            "expandable_reservation": false,
            "limit": 0,
            "shares": {
                "level": "string",
                "shares": 0
            }
        },
        "memory_allocation": {
            "reservation": 0,
            "expandable_reservation": false,
            "limit": 0,
            "shares": {
                "level": "string",
                "shares": 0
            }
        }
    },
    "vm": [
        {
            "name": "string",
            "mo_id": "string",
            "vm_type": "string",
            "parent_path": "string",
            "resource_config": "Vcenter_Settings_V1_Config_Components_Managementcluster_ResourceConfigSpec Object"
        }
    ]
}
string
name
Required

Name of the vCenter Server resource pool. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

string
parent_path
Required

Absolute path from root folder to resource pool's parent. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

config
Required

The ResourceConfigSpec structure provides resource reserved for a resource pool or management virtual machine. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

vm
Optional

The management virtual machines contained in this resource pool. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. If unset or empty, no virtual machine is expected to run in this resource pool..