Module: Google::Cloud::EdgeNetwork::V1::RouterStatus::BgpPeerStatus::BgpStatus

Defined in:
proto_docs/google/cloud/edgenetwork/v1/resources.rb

Overview

Status of the BGP peer: {UP, DOWN}

Constant Summary collapse

UNKNOWN =

The default status indicating BGP session is in unknown state.

0
UP =

The UP status indicating BGP session is established.

1
DOWN =

The DOWN state indicating BGP session is not established yet.

2