NsxTEdgeNodeSpec

NsxTEdgeNodeSpec
NsxTEdgeNodeSpec

This specification contains configuration inputs required to deploy and configure an edge node

JSON Example
{
    "clusterId": "string",
    "edgeNodeName": "string",
    "edgeTep1IP": "string",
    "edgeTep2IP": "string",
    "edgeTepGateway": "string",
    "edgeTepVlan": 0,
    "firstNsxVdsUplink": "One among: uplink1, uplink2, uplink3, uplink4",
    "interRackCluster": false,
    "managementGateway": "string",
    "managementIP": "string",
    "secondNsxVdsUplink": "One among: uplink1, uplink2, uplink3, uplink4",
    "uplinkNetwork": [
        {
            "asnPeer": 0,
            "bgpPeerPassword": "string",
            "bgpPeers": [
                {
                    "asn": 0,
                    "ip": "string",
                    "password": "string"
                }
            ],
            "peerIP": "string",
            "uplinkInterfaceIP": "string",
            "uplinkVlan": 0
        }
    ]
}
string
clusterId
Required

Cluster on which the edge needs to be deployed

string
edgeNodeName
Required

Edge Node Name

string
edgeTep1IP
Required

Edge TEP 1 IP

string
edgeTep2IP
Required

Edge TEP 2 IP

string
edgeTepGateway
Required

Edge TEP Gateway IP

integer As int32 As int32
edgeTepVlan
Required

Edge TEP VLAN

string
firstNsxVdsUplink
Optional

First NSX enabled VDS uplink for the Edge node

boolean
interRackCluster
Required

Is inter-rack cluster(true for L2 non-uniform and L3 : At least one of management, uplink, Edge and host TEP networks is different for hosts of the cluster, false for L2 uniform : All hosts in cluster have identical management, uplink, Edge and host TEP networks)

string
managementGateway
Required

Management Gateway IP

string
managementIP
Required

Management Interface IP

string
secondNsxVdsUplink
Optional

Second NSX enabled VDS uplink for the Edge node

uplinkNetwork
Optional

Specifications of Tier0 uplinks for the Edge Node