BgpNeighborStatusLiteDto

BgpNeighborStatusLiteDto
BgpNeighborStatusLiteDto
JSON Example
{
    "connection_state": "string",
    "neighbor_address": "string",
    "remote_site": {
        "is_valid": false,
        "target_display_name": "string",
        "target_id": "string",
        "target_type": "string"
    },
    "source_address": "string"
}
string
connection_state
Optional

Current state of the BGP session.

Possible values are : INVALID, IDLE, CONNECT, ACTIVE, OPEN_SENT, OPEN_CONFIRM, ESTABLISHED, UNKNOWN,
string As ip As ip
neighbor_address
Optional

Ip address of BGP neighbor.

remote_site
Optional

A weak reference to an NSX resource.

string As ip As ip
source_address
Optional

Source Ip address.