InterfaceIPv6DADStatus (type)

{
  "additionalProperties": false, 
  "description": "Duplicate address detection status for IP address on the interface.", 
  "id": "InterfaceIPv6DADStatus", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "edge_paths": {
      "description": "Array of edge nodes on which DAD status is reported for given IP address.", 
      "items": {
        "type": "string"
      }, 
      "readonly": true, 
      "required": false, 
      "title": "Edge node paths", 
      "type": "array"
    }, 
    "ip_address": {
      "$ref": "IPAddress, 
      "description": "IP address on the port for which DAD status is reported.", 
      "readonly": true, 
      "required": false, 
      "title": "IP address"
    }, 
    "status": {
      "$ref": "DADStatus, 
      "description": "DAD status for IP address on the port.", 
      "readonly": true, 
      "required": false, 
      "title": "DAD Status"
    }
  }, 
  "title": "IPv6 DAD status for Interface", 
  "type": "object"
}