Class RouteAsPath (1.18.0)

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

Attributes

NameDescription
as_lists MutableSequence[int]
[Output Only] The AS numbers of the AS Path.
path_segment_type str
[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed Check the PathSegmentType enum for the list of possible values. This field is a member of oneof_ _path_segment_type.

Classes

PathSegmentType

PathSegmentType(value)

[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed

Values: UNDEFINED_PATH_SEGMENT_TYPE (0): A value indicating that the enum field is not set. AS_CONFED_SEQUENCE (222152624): No description available. AS_CONFED_SET (374040307): No description available. AS_SEQUENCE (106735918): No description available. AS_SET (329846453): No description available.