[{"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

NsxTSpec

This specification contains the parameters required to install and configure NSX-T in a workload domain


Properties

string
vip Required

Virtual IP address which would act as proxy/alias for NSX-T Managers


string
vipFqdn Required

FQDN for VIP so that common SSL certificates can be installed across all managers


string
licenseKey Required

NSX license value


array of NsxManagerSpec
nsxManagerSpecs Required

Specification details of the NSX Manager virtual machine


string
nsxManagerAdminPassword Optional

NSX manager admin password (basic auth and SSH)


string
nsxManagerAuditPassword Introduced Optional

NSX manager Audit password


string
formFactor Optional

NSX manager form factor


ipAddressPoolSpec Optional

The IP address pool specification

JSON Example

{
	"licenseKey": "string",
	"nsxManagerSpecs": [
		{
			"name": "string",
			"networkDetailsSpec": {
				"ipAddress": "string"
			}
		}
	],
	"vip": "string",
	"vipFqdn": "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

DomainCreationSpec
DomainUpdateSpec
What's changed in 4.4.0?

INTRODUCED (1)

Added Properties
nsxManagerAuditPassword

Feedback

Was this page helpful?