BgpRouteAsPath(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 |
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)