LogicalRouterPortState

LogicalRouterPortState
LogicalRouterPortState

This holds the state of Logical Router Port. If there are errors in realizing LRP outside of MP, it gives details of the components and specific errors.

AllOf
This class requires all of the following:
JSON Example
{
    "details": [
        {
            "failure_code": 0,
            "failure_message": "string",
            "state": "string",
            "sub_system_address": "string",
            "sub_system_id": "string",
            "sub_system_name": "string",
            "sub_system_type": "string"
        }
    ],
    "failure_code": 0,
    "failure_message": "string",
    "state": "string",
    "pending_change_list": [
        "string"
    ],
    "ipv6_dad_statuses": [
        {
            "ip_address": "string",
            "status": "string",
            "transport_node": [
                {
                    "is_valid": false,
                    "target_display_name": "string",
                    "target_id": "string",
                    "target_type": "string"
                }
            ]
        }
    ]
}