Class RouterStatus (0.1.7)

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

Describing the current status of a router.

Attributes

NameDescription
network str
The canonical name of the network to which this router belongs.
bgp_peer_status MutableSequence[google.cloud.edgenetwork_v1.types.RouterStatus.BgpPeerStatus]
A list of BgpPeerStatus objects, describing all BGP peers related to this router.

Classes

BgpPeerStatus

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

Status of a BGP peer.

PrefixCounter

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

PrefixCounter contains a collection of prefixes related counts.