NamespaceManagementClusterCompatibilitySummary

The ClusterCompatibility.Summary structure contains the information about the compatibility of a vSphere cluster.


Properties

string
cluster Required

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


boolean
compatible Required

Compatibility of this vSphere cluster. If false, the list of incompatibility issues will be given in the ClusterCompatibility.Summary.incompatibility-reasons field.


incompatibility_reasons Required

Reasons for incompatibility.

JSON Example

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

Feedback

Was this page helpful?