EdgeClusterExpansionSpec
EdgeClusterExpansionSpec
This specification contains the parameters required to expand a NSX edge cluster.
JSON Example
{
"additionalTier1Names": [
"string"
],
"edgeNodeAdminPassword": "string",
"edgeNodeAuditPassword": "string",
"edgeNodeRootPassword": "string",
"edgeNodeSpecs": [
{
"clusterId": "string",
"edgeNodeName": "string",
"edgeTep1IP": "string",
"edgeTep2IP": "string",
"edgeTepGateway": "string",
"edgeTepIpAddressPool": {
"name": "string",
"nsxId": "string"
},
"edgeTepVlan": 0,
"firstNsxVdsUplink": "One among: uplink1, uplink2, uplink3, uplink4, uplink5, uplink6, uplink7, uplink8",
"interRackCluster": false,
"managementGateway": "string",
"managementIP": "string",
"vmManagementPortgroupVlan": 0,
"vmManagementPortgroupName": "string",
"secondNsxVdsUplink": "One among: uplink1, uplink2, uplink3, uplink4, uplink5, uplink6, uplink7, uplink8",
"uplinkNetwork": [
{
"asnPeer": 0,
"bgpPeerPassword": "string",
"bgpPeers": [
{
"asn": 0,
"ip": "string",
"password": "string"
}
],
"peerIP": "string",
"uplinkInterfaceIP": "string",
"uplinkVlan": 0
}
]
}
],
"newIpAddressPoolSpecs": [
{
"description": "string",
"ignoreUnavailableNsxtCluster": false,
"name": "string",
"subnets": [
{
"cidr": "string",
"gateway": "string",
"ipAddressPoolRanges": [
{
"end": "string",
"start": "string"
}
]
}
]
}
],
"skipTepRoutabilityCheck": false,
"tier1Unhosted": false
}
array of string
additionalTier1Names
Optional
List of names for the additional Tier-1(s) to be created during expansion
string
edgeNodeAdminPassword
Required
Edge Password for admin user
string
edgeNodeAuditPassword
Required
Edge Password for audit user
string
edgeNodeRootPassword
Required
Edge Password for root user.
array of IpAddressPoolSpec
newIpAddressPoolSpecs
Optional
Specifications for new NSX IP address pool(s)
boolean
skipTepRoutabilityCheck
Optional
Set to true to bypass normal ICMP-based check of Edge TEP / host TEP routability (default is false, meaning do check)
boolean
tier1Unhosted
Optional
Select whether all Tier-1(s) being created per this spec are hosted on the Edge cluster or not (default is false, meaning hosted)