NsxTEdgeNodeSpec
This specification contains configuration inputs required to deploy and configure an edge node
{
"edgeNodeName": "string",
"managementIP": "string",
"managementGateway": "string",
"vmManagementPortgroupVlan": 0,
"vmManagementPortgroupName": "string",
"edgeTepGateway": "string",
"edgeTep1IP": "string",
"edgeTep2IP": "string",
"edgeTepIpAddressPool": {
"name": "string",
"nsxId": "string"
},
"edgeTepVlan": 0,
"clusterId": "string",
"interRackCluster": false,
"uplinkNetwork": [
{
"uplinkVlan": 0,
"uplinkInterfaceIP": "string",
"peerIP": "string",
"asnPeer": 0,
"bgpPeerPassword": "string",
"bgpPeers": [
{
"ip": "string",
"asn": 0,
"password": "string"
}
]
}
],
"firstNsxVdsUplink": "One among: uplink1, uplink2, uplink3, uplink4, uplink5, uplink6, uplink7, uplink8",
"secondNsxVdsUplink": "One among: uplink1, uplink2, uplink3, uplink4, uplink5, uplink6, uplink7, uplink8"
}
Edge Node Name
Management Interface IP
Management Gateway IP
Management Vlan Id
Management Network Name
Edge TEP Gateway IP
Edge TEP 1 IP
Edge TEP 2 IP
This specification indicates which NSX IP pool to use for an Edge node's TEPs
Edge TEP VLAN
ID of vSphere cluster where the Edge node will be deployed
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)
Specifications of Tier0 uplinks for the Edge Node. For edge cluster creation uplink network is mandatory otherwise its optional an field
First NSX enabled VDS uplink for the Edge node
Second NSX enabled VDS uplink for the Edge node