VcenterSettingsV1ConfigComponentsManagementclusterManagementCluster

The ManagementCluster structure contains fields describing the configuration of the management cluster that hosts the management virtual machines. It contains the resource settings of the cluster and the management virtual machines running inside it. 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.


Properties

drs Required

Cluster-wide configuration of the vSphere DRS service. 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.


management_resourcepools Required

The management cluster provides dedicated resource pools for running the management virtual machines. Management cluster can can run workload VMs outside this resource pools. 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
name Required

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.


string
parent_path Required

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.

JSON Example

{
	"drs": {
		"enabled": false
	},
	"management_resourcepools": [
		{
			"config": {
				"cpu_allocation": {
					"expandable_reservation": false,
					"limit": 0,
					"reservation": 0,
					"shares": {
						"level": "LOW",
						"shares": 0
					}
				},
				"memory_allocation": {
					"expandable_reservation": false,
					"limit": 0,
					"reservation": 0,
					"shares": {
						"level": "LOW",
						"shares": 0
					}
				}
			},
			"name": "string",
			"parent_path": "string"
		}
	],
	"name": "string",
	"parent_path": "string"
}

Feedback

Was this page helpful?