NamespaceManagementNetworksNsxEdgesSummary

The Edges.Summary structure contains the basic information about an Edge.


Properties

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.


string
name Required

Human-readable identifier of the Edge.

JSON Example

{
	"edge_cluster": "string",
	"name": "string"
}

Feedback

Was this page helpful?