BgpRoute
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name
Description
as_paths
MutableSequence[ google.cloud.compute_v1.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_v1.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)

