NsxtSpec

NsxtSpec
NsxtSpec

The NSX-T in the deployment infrastructure.

JSON Example
{
    "nsxVip": "string",
    "nsxManagerIp": "string",
    "nsxRootPassword": "string",
    "nsxCliPassword": "string"
}
string
nsxVip
Required

The NSX-T VIP address.

string
nsxManagerIp
Required

The NSX-T manager address.

string As (^[^'"]{2,32}$)|(^ref:password:[a-zA-Z0-9]{20}$)
nsxRootPassword
Required

The NSX-T root user password.

string As (^[^'"]{2,32}$)|(^ref:password:[a-zA-Z0-9]{20}$)
nsxCliPassword
Required

The NSX-T CLI user password.