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.
JSON Example
{
"cluster": "string",
"compatible": false,
"incompatibility_reasons": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
]
}
Property Of
NamespaceManagementClusterCompatibilityZoneSummary
Returned By
List Cluster Compatibility