Vcenter_Settings_V1_Config_Components_Managementcluster_Cluster
The Cluster structure contains fields describing the configuration of the the management cluster that hosts the management virtual machines. 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.
{
"name": "string",
"parent_path": "string",
"drs": {
"enabled": false,
"automation_level": "string",
"migration_threshold": 0,
"virtual_machine_automation": false
},
"management_resourcepools": [
{
"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"
}
]
}
]
}
Name of the management cluster which hosts the management VMs. 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.
Absolute path from root folder to management cluster'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.
The DrsConfig structure contains fields describing the DRS specific configurations of the management 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.
The management cluster provides dedicated resource pools for running the management virtual machines. 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.