IPv6DADStatus

IPv6DADStatus
IPv6DADStatus

IPv6 DAD status

JSON Example
{
    "ip_address": "string",
    "status": "string",
    "transport_node": [
        {
            "is_valid": false,
            "target_display_name": "string",
            "target_id": "string",
            "target_type": "string"
        }
    ]
}
string As ip As ip
ip_address
Optional

IP address on the port for which DAD status is reported.

string
status
Optional

DAD status for IP address on the port.

Possible values are : DUPLICATED, TENTATIVE, ASSIGNED, NOT_APPLICABLE, UNKNOWN,
transport_node
Optional

Array of transport node id on which DAD status is reported for given IP address.

Property Of