[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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `RouteAsPath` class, found in the `Google.Cloud.Compute.V1` namespace, represents a route's AS path and implements several interfaces for message handling, equality checks, deep cloning, and buffer management."],["This class is part of the `Google.Cloud.Compute.V1` library and is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, with the documentation provided for version 2.1.0."],["The `RouteAsPath` class has two constructors: a default constructor and another that takes another `RouteAsPath` object as a parameter for copying purposes."],["The class exposes two key properties, `AsLists` which is a `RepeatedField` containing a list of AS numbers, and `PathSegmentType`, which denotes the type of AS Path, such as 'AS_SET', 'AS_SEQUENCE', 'AS_CONFED_SEQUENCE' or 'AS_CONFED_SET'."],["The `RouteAsPath` class inherits from `Object`, and provides methods to get hash codes, type, memberwise clone, and converts to string, and has a property to determine whether the \"path_segment_type\" field is set."]]],[]]