[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
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.
Properties
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.
JSON Example
{
"dnsConfig": {
"dnsServerIpv6Addresses": [
"string"
],
"domainNames": [
"string"
]
},
"enabled": false,
"mode": "string"
}
Vendor Extensions
This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
dnsConfig:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
enabled:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
mode:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 35.0
Parameter To
Update SLAAC Profile
Returned By
Get SLAAC Profile