[{"label":"Latest (4.5.0)","version":"latest"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Introduced1

EdgeClusterExpansionSpec

This specification contains the parameters required to expand a NSX-T edge cluster.


Properties

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 NsxTEdgeNodeSpec
edgeNodeSpecs Required

Specifications for Edge Node


array of string
additionalTier1Names Optional

List of names for the additional Tier-1(s) to be created during expansion


boolean
tier1Unhosted Introduced 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)

JSON Example

{
	"edgeNodeAdminPassword": "string",
	"edgeNodeAuditPassword": "string",
	"edgeNodeRootPassword": "string",
	"edgeNodeSpecs": [
		{
			"clusterId": "string",
			"edgeNodeName": "string",
			"edgeTep1IP": "string",
			"edgeTep2IP": "string",
			"edgeTepGateway": "string",
			"edgeTepVlan": 0,
			"interRackCluster": false,
			"managementGateway": "string",
			"managementIP": "string"
		}
	]
}
[{"label":"Latest (4.5.0)","version":"latest"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Property Of

EdgeClusterUpdateSpec
What's changed in 4.5.0?

INTRODUCED (1)

Added Properties
tier1Unhosted

Feedback

Was this page helpful?