Vcenter NamespaceManagement EdgeClusterCompatibility Summary

Vcenter NamespaceManagement EdgeClusterCompatibility Summary
Vcenter NamespaceManagement EdgeClusterCompatibility Summary

This schema is deprecated as of vSphere API 9.1.0.0.

The Vcenter NamespaceManagement EdgeClusterCompatibility Summary schema contains information about an NSX Edge Cluster, including its compatibility with the vCenter Namespaces feature.

This schema was added in vSphere API 7.0.0.0.

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": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
edge_cluster
Required

This property is deprecated as of vSphere API 9.1.0.0.

Identifier of the Edge Cluster.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: NSXEdgeCluster. When operations return a value of this schema as a response, the property will be an identifier for the resource type: NSXEdgeCluster.

string
display_name
Required

This property is deprecated as of vSphere API 9.1.0.0.

Display name of the Edge Cluster.

This property was added in vSphere API 7.0.0.0.

boolean
compatible
Required

This property is deprecated as of vSphere API 9.1.0.0.

Compatibility of this Edge Cluster with Namespaces feature.

This property was added in vSphere API 7.0.0.0.

incompatibility_reasons
Optional

This property is deprecated as of vSphere API 9.1.0.0.

List of reasons for incompatibility.

This property was added in vSphere API 7.0.0.0.

If missing or null, this Edge Cluster is compatible.

Deprecated