NamespaceManagementEdgeClusterCompatibilitySummary

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


Properties

boolean
compatible Required

Compatibility of this Edge Cluster with Namespaces feature.


string
display_name Required

Display name of the Edge Cluster.


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.


incompatibility_reasons Optional

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

JSON Example

{
	"compatible": false,
	"display_name": "string",
	"edge_cluster": "string"
}

Feedback

Was this page helpful?