Google Cloud Edge Network V1 Client - Class BgpStatus (0.3.5)

Reference documentation and code samples for the Google Cloud Edge Network V1 Client class BgpStatus.

Status of the BGP peer: {UP, DOWN}

Protobuf type google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus.BgpStatus

Namespace

Google \ Cloud \ EdgeNetwork \ V1 \ RouterStatus \ BgpPeerStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN

Value: 0

The default status indicating BGP session is in unknown state.

Generated from protobuf enum UNKNOWN = 0;

UP

Value: 1

The UP status indicating BGP session is established.

Generated from protobuf enum UP = 1;

DOWN

Value: 2

The DOWN state indicating BGP session is not established yet.

Generated from protobuf enum DOWN = 2;