NsxTSpec
This specification contains the parameters required to install and configure NSX in a workload domain
{
"nsxManagerSpecs": [
{
"name": "string",
"networkDetailsSpec": {
"ipAddress": "string",
"dnsName": "string",
"gateway": "string",
"subnetMask": "string"
}
}
],
"vip": "string",
"vipFqdn": "string",
"licenseKey": "string",
"nsxManagerAdminPassword": "string",
"nsxManagerAuditPassword": "string",
"formFactor": "string",
"ipAddressPoolSpec": {
"name": "string",
"description": "string",
"ignoreUnavailableNsxtCluster": false,
"subnets": [
{
"ipAddressPoolRanges": [
{
"start": "string",
"end": "string"
}
],
"cidr": "string",
"gateway": "string"
}
]
}
}
Specification details of the NSX Manager virtual machine
Virtual IP address which would act as proxy/alias for NSX Managers. Can be omitted if FQDN is provided.
FQDN for VIP so that common SSL certificates can be installed across all managers
NSX license value
NSX manager admin password (basic auth and SSH)
NSX manager Audit password
NSX manager form factor
This specification contains the parameters required to create or reuse an IP address pool.