Vcenter NamespaceManagement Networks Nsx Edges Compatibility Summary

Vcenter NamespaceManagement Networks Nsx Edges Compatibility Summary
Vcenter NamespaceManagement Networks Nsx Edges Compatibility Summary

This schema is deprecated as of vSphere API 9.1.0.0.

The Vcenter NamespaceManagement Networks Nsx Edges Compatibility Summary schema contains information about an Edge, including whether it is compatible with the vCenter Namespaces feature and incompatibility reasons.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "edge_cluster": "string",
    "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.

This property was added in vSphere API 8.0.0.1.

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
name
Required

This property is deprecated as of vSphere API 9.1.0.0.

User-friendly identifier of the Edge.

This property was added in vSphere API 8.0.0.1.

boolean
compatible
Required

This property is deprecated as of vSphere API 9.1.0.0.

Compatibility of this Edge with vSphere Namespaces.

This property was added in vSphere API 8.0.0.1.

incompatibility_reasons
Required

This property is deprecated as of vSphere API 9.1.0.0.

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

This property was added in vSphere API 8.0.0.1.

Deprecated