[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-03-31 UTC."],[[["This webpage details the `RouteAsPath` class within the `Google.Cloud.Compute.V1` namespace, offering a comprehensive view of its structure, inheritance, and implementation."],["The latest version available for this class is 3.6.0, while the page content corresponds to version 2.15.0, with links to previous versions ranging from 1.0.0 to 3.5.0."],["`RouteAsPath` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various functionalities within the .NET environment."],["The class has two constructors: a parameterless `RouteAsPath()` and `RouteAsPath(RouteAsPath)` that takes an existing `RouteAsPath` object as a parameter to create a new one, and it includes properties such as `AsLists`, `HasPathSegmentType`, and `PathSegmentType`."],["The `PathSegmentType` property describes the type of AS Path, including options like 'AS\\_SET', 'AS\\_SEQUENCE', 'AS\\_CONFED\\_SEQUENCE', and 'AS\\_CONFED\\_SET', which represent different ways autonomous systems are traversed."]]],[]]