Class BgpRoute (0.11.0)

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

Attributes

Name Description
as_paths MutableSequence[google.cloud.compute_v1beta.types.BgpRouteAsPath]
Output only. [Output only] AS-PATH for the route
communities MutableSequence[str]
Output only. [Output only] BGP communities in human-readable A:B format.
destination google.cloud.compute_v1beta.types.BgpRouteNetworkLayerReachabilityInformation
Output only. [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. [Output only] BGP multi-exit discriminator This field is a member of oneof_ _med.
origin str
Output only. [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. [Output only] BGP origin (EGP, IGP or INCOMPLETE)