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 \ BgpPeerStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNKNOWN
Value: 0The default status indicating BGP session is in unknown state.
Generated from protobuf enum UNKNOWN = 0;
UP
Value: 1The UP status indicating BGP session is established.
Generated from protobuf enum UP = 1;
DOWN
Value: 2The DOWN state indicating BGP session is not established yet.
Generated from protobuf enum DOWN = 2;