NamespaceManagementClusterCompatibilityZoneSummary

The ClusterCompatibility.ZoneSummary structure contains the information about the compatibility of a vSphere Zone and the vSphere clusters associated with it.


Properties

cluster_summaries Required

A list of information about the compatibility of vSphere clusters associated with this vSphere Zone.


boolean
compatible Required

Flag to indicate whether the current Zone can be used to enable a Supervisor cluster. If false, the list of incompatibility issues will be given in the ClusterCompatibility.ZoneSummary.cluster-summaries field.


string
zone Required

Identifier of this vSphere Zone. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.

JSON Example

{
	"cluster_summaries": [
		{
			"cluster": "string",
			"compatible": false,
			"incompatibility_reasons": [
				{
					"args": [
						"string"
					],
					"default_message": "string",
					"id": "string"
				}
			]
		}
	],
	"compatible": false,
	"zone": "string"
}

Feedback

Was this page helpful?