Class BgpRoute (1.26.0)

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

Attributes

Name Description
as_paths MutableSequence[google.cloud.compute_v1.types.BgpRouteAsPath]
[Output only] AS-PATH for the route
communities MutableSequence[str]
[Output only] BGP communities in human-readable A:B format.
destination google.cloud.compute_v1.types.BgpRouteNetworkLayerReachabilityInformation
[Output only] Destination IP range for the route, in human-readable CIDR format This field is a member of oneof_ _destination.
med int
[Output only] BGP multi-exit discriminator This field is a member of oneof_ _med.
origin str
[Output only] BGP origin (EGP, IGP or INCOMPLETE) Check the Origin enum for the list of possible values. This field is a member of oneof_ _origin.

Classes

Origin

Origin(value)

[Output only] BGP origin (EGP, IGP or INCOMPLETE)