NSX-T Data Center REST API
AutoConf (type)
{
"description": "This type can be specified in ipv6 assignment spec of host switch if auto-conf based IPv6 assignment is desired for host switch virtual tunnel endpoints.",
"extends": {
"$ref": "PolicyIpAssignmentSpec"
},
"id": "AutoConf",
"module_id": "PolicyEdgeTransportNode",
"polymorphic-type-descriptor": {
"type-identifier": "AutoConf"
},
"properties": {
"ip_assignment_type": {
"enum": [
"StaticIpv4",
"StaticIpv4Pool",
"StaticIpv4List",
"Dhcpv4",
"StaticIpv6",
"StaticIpv6Pool",
"StaticIpv6List",
"StaticIpv6MacList",
"StaticIpv4MacList",
"Dhcpv6",
"AutoConf",
"NoAssignment"
],
"required": true,
"type": "string"
}
},
"title": "Auto-conf based IPv6 assignment.",
"type": "object"
}