NamespaceManagement_EdgeClusterCompatibility_Summary
The EdgeClusterCompatibility.Summary structure contains information about an NSX-T Edge Cluster, including its compatibility with the vCenter Namespaces feature.
{
"edge_cluster": "string",
"display_name": "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 the Edge Cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: NSXEdgeCluster. When operations return a value of this structure as a result, the field will be an identifier for the resource type: NSXEdgeCluster.
Display name of the Edge Cluster.
Compatibility of this Edge Cluster with Namespaces feature.
List of reasons for incompatibility. If unset, this Edge Cluster is compatible.