NamespaceManagementNetworksNsxEdgesCompatibilitySummary

The Compatibility.Summary structure contains information about an Edge, including whether it is compatible with the vCenter Namespaces feature and incompatibility reasons.


Properties

boolean
compatible Required

Compatibility of this Edge with vSphere Namespaces.


string
edge_cluster Required

Identifier of the Edge. 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 Required

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


string
name Required

User-friendly identifier of the Edge.

JSON Example

{
	"compatible": false,
	"edge_cluster": "string",
	"incompatibility_reasons": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	],
	"name": "string"
}

Feedback

Was this page helpful?