BgpNeighborsStatusListResult

BgpNeighborsStatusListResult
BgpNeighborsStatusListResult
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "cursor": "string",
    "sort_ascending": false,
    "sort_by": "string",
    "result_count": 0,
    "logical_router_name": "string",
    "last_update_timestamp": 0,
    "logical_router_id": "string",
    "results": [
        {
            "transport_node": {
                "target_display_name": "string",
                "is_valid": false,
                "target_id": "string",
                "target_type": "string"
            },
            "connection_state": "string",
            "neighbor_address": "string",
            "messages_sent": 0,
            "connection_drop_count": 0,
            "remote_port": 0,
            "source_address": "string",
            "total_in_prefix_count": 0,
            "messages_received": 0,
            "neighbor_router_id": "string",
            "total_out_prefix_count": 0,
            "lr_component_id": "string",
            "graceful_restart": false,
            "remote_as_number": "string",
            "announced_capabilities": [
                "string"
            ],
            "local_port": 0,
            "keep_alive_interval": 0,
            "time_since_established": 0,
            "hold_time": 0,
            "negotiated_capability": [
                "string"
            ],
            "established_connection_count": 0
        }
    ]
}