Class BgpPeerStatus (0.1.7)

BgpPeerStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Status of a BGP peer.

Attributes

NameDescription
name str
Name of this BGP peer. Unique within the Routers resource.
ip_address str
IP address of the local BGP interface.
peer_ip_address str
IP address of the remote BGP interface.
status google.cloud.edgenetwork_v1.types.RouterStatus.BgpPeerStatus.BgpStatus
The current status of BGP.
state str
BGP state as specified in RFC1771.
uptime str
Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
uptime_seconds int
Time this session has been up, in seconds.
prefix_counter google.cloud.edgenetwork_v1.types.RouterStatus.PrefixCounter
A collection of counts for prefixes.

Classes

BgpStatus

BgpStatus(value)

Status of the BGP peer: {UP, DOWN}

Values: UNKNOWN (0): The default status indicating BGP session is in unknown state. UP (1): The UP status indicating BGP session is established. DOWN (2): The DOWN state indicating BGP session is not established yet.