NamespaceManagement_EdgeClusterCompatibility_Summary

NamespaceManagement_EdgeClusterCompatibility_Summary
NamespaceManagement_EdgeClusterCompatibility_Summary

The EdgeClusterCompatibility.Summary structure contains information about an NSX-T Edge Cluster, including its compatibility with the vCenter Namespaces feature.

JSON Example
{
    "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"
        }
    ]
}
string
edge_cluster
Required

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.

string
display_name
Required

Display name of the Edge Cluster.

boolean
compatible
Required

Compatibility of this Edge Cluster with Namespaces feature.

incompatibility_reasons
Optional

List of reasons for incompatibility. If unset, this Edge Cluster is compatible.