{ "additionalProperties": false, "description": "Duplicate address detection status on the interface.", "id": "InterfaceDADState", "module_id": "PolicyConnectivityStatistics", "properties": { "dad_statuses": { "description": "Array of DAD status which contains DAD information for IP addresses on the interface.", "items": { "$ref": "InterfaceIPv6DADStatus }, "readonly": true, "title": "IPv6 DAD status", "type": "array" }, "interface_path": { "description": "Policy path or realization ID of interface for which IPv6 DAD status is returned.", "readonly": true, "title": "Policy path or realization ID of interface", "type": "string" } }, "title": "Interface DAD status", "type": "object" }