Class BgpRouteAsPath (0.1.8)

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

Attributes

Name Description
asns MutableSequence[int]
[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
asns32 MutableSequence[int]
[Output only] ASNs in the path segment. This field is for better support of 32 bit ASNs as the other asns field suffers from overflow when the ASN is larger. When type is SEQUENCE, these are ordered.
type_ str
[Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values. This field is a member of oneof_ _type.

Classes

Type

Type(value)

[Output only] Type of AS-PATH segment (SEQUENCE or SET)