NsxTEdgeCluster

NsxTEdgeCluster
NsxTEdgeCluster

Information about a configured edge cluster on an NSX-T manager. An Edge cluster is a group of edge transport nodes.

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "nodeCount": 0,
    "nodeType": {},
    "deploymentType": {},
    "alreadyImported": false,
    "networkProviderScope": "string",
    "nsxTManagerRef": {
        "name": "string",
        "id": "string"
    }
}
string
id
Optional

The unique id of the edge cluster on the NSX-T manager.

string
name
Optional

Name of edge cluster.

string
description
Optional

Description of the edge cluster.

integer
nodeCount
Optional

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.

nodeType
Optional

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.

Possible values are : EDGE_NODE, PUBLIC_CLOUD_GATEWAY_NODE, UNKNOWN,
deploymentType
Optional

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.

Possible values are : VIRTUAL_MACHINE, PHYSICAL_MACHINE, HYBRID, UNKNOWN,
boolean
alreadyImported
Optional

True if the edge cluster is already imported.

string
networkProviderScope
Optional

Network provider scope is the tenant facing name for the NSX-T Manager.

nsxTManagerRef
Optional

Entity reference used to describe VCD entities

Availability
Added in 34.0
Property Of