BgpNeighbor

BgpNeighbor
BgpNeighbor
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",
    "_revision": 0,
    "_system_owned": false,
    "display_name": "string",
    "description": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "_create_user": "string",
    "_protection": "string",
    "_create_time": 0,
    "_last_modified_time": 0,
    "_last_modified_user": "string",
    "id": "string",
    "resource_type": "string",
    "filter_in_ipprefixlist_id": "string",
    "neighbor_address": "string",
    "remote_as": 0,
    "filter_out_ipprefixlist_id": "string",
    "hold_down_timer": 0,
    "maximum_hop_limit": 0,
    "enabled": false,
    "bfd_config": {
        "receive_interval": 0,
        "declare_dead_multiple": 0,
        "transmit_interval": 0
    },
    "logical_router_id": "string",
    "remote_as_num": "string",
    "filter_out_routemap_id": "string",
    "filter_in_routemap_id": "string",
    "keep_alive_timer": 0,
    "password": "string",
    "source_address": "string",
    "source_addresses": [
        "string"
    ],
    "enable_bfd": false,
    "address_families": [
        {
            "in_filter_ipprefixlist_id": "string",
            "out_filter_routemap_id": "string",
            "type": "string",
            "in_filter_routemap_id": "string",
            "enabled": false,
            "out_filter_ipprefixlist_id": "string"
        }
    ]
}