NsxTEdgeCluster
Information about a configured edge cluster on an NSX-T manager. An Edge cluster is a group of edge transport nodes.
{
"id": "string",
"name": "string",
"description": "string",
"nodeCount": 0,
"nodeType": {},
"deploymentType": {},
"alreadyImported": false,
"networkProviderScope": "string",
"nsxTManagerRef": {
"name": "string",
"id": "string"
}
}
The unique id of the edge cluster on the NSX-T manager.
Name of edge cluster.
Description of the edge cluster.
Number of edge transport nodes in the edge cluster. If this information is not available, nodeCount will be set to -1. This field has been deprecated.
Represents the type of transport nodes in an edge cluster. All of the transport nodes in an edge cluster must belong to the same type.
Represents the deployment type for an edge cluster. This is derived from the deployment type of the nodes in an edge cluster. If all the edge nodes are of same type then that type is returned, otherwise if the cluster contains nodes with different deployment types then HYBRID is returned. UNKNOWN will be returned if information about deployment type is not available.
True if the edge cluster is already imported.
Network provider scope is the tenant facing name for the NSX-T Manager.