SLAACProfile
SLAACProfile
The SLAAC profile containing the mode, the DNS configuration settings, and whether or not it is enabled. Only NSX-T edge gateways support a SLAAC profile.
JSON Example
{
"enabled": false,
"mode": "string",
"dnsConfig": {
"domainNames": [
"string"
],
"dnsServerIpv6Addresses": [
"string"
]
}
}
boolean
enabled
Optional
A flag indicating whether or not this profile is enabled.
string
mode
Optional
Represents the various modes with which to configure SLAAC with. Supported values are SLAAC and DHCPv6.