NamespaceManagement_ClusterCompatibility_ZoneSummary
The ClusterCompatibility.ZoneSummary structure contains the information about the compatibility of a vSphere Zone and the vSphere clusters associated with it.
{
"zone": "string",
"compatible": false,
"cluster_summaries": [
{
"cluster": "string",
"compatible": false,
"incompatibility_reasons": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
]
}
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.
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.
A list of information about the compatibility of vSphere clusters associated with this vSphere Zone.