IPv6Profiles (type)

{
  "additionalProperties": false, 
  "id": "IPv6Profiles", 
  "module_id": "LogicalRouter", 
  "properties": {
    "dad_profile_id": {
      "description": "Identifier of Duplicate Address Detection profile. DAD profile has various configurations related to duplicate address detection. If no profile is associated manually to the router, then the system defined default DAD profile will be automatically applied.", 
      "required": false, 
      "title": "DAD profile identifier", 
      "type": "string"
    }, 
    "ndra_profile_id": {
      "description": "Identifier of Neighbor Discovery Router Advertisement profile. NDRA profile has various configurations required for router advertisement. If no profile is associated manually to the router, then the system defined default NDRA profile will be automatically applied.", 
      "required": false, 
      "title": "NDRA profile identifier", 
      "type": "string"
    }
  }, 
  "type": "object"
}