NamespaceManagementClusterCompatibilityZoneCompatibilityInfo

The ClusterCompatibility.ZoneCompatibilityInfo structure contains the information about the compatibility between a list of vSphere Zones.


Properties

boolean
compatible Required

Flag to indicate whether the vSphere Zones are compatible with each other. If false, the list of incompatibility issues will be given in the ClusterCompatibility.ZoneCompatibilityInfo.incompatibility-reasons field.


incompatibility_reasons Required

Reasons for incompatibility between the vSphere Zones.


zone_summaries Required

Information about the compatibility of a list of vSphere Zones and the vSphere clusters associated with them.

JSON Example

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

Feedback

Was this page helpful?