[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."],[[["This webpage details the `RouteAsPath` class within the `Google.Cloud.Compute.V1` namespace, part of the Google Cloud Compute .NET library, offering a comprehensive reference for its various versions."],["The latest version available is 3.6.0, while versions range from 1.0.0 to 3.6.0, with a full list provided, offering different release versions."],["The `RouteAsPath` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `Object` class, and it contains properties such as `AsLists`, `HasPathSegmentType`, and `PathSegmentType`."],["The class has two constructors: a default constructor and one that accepts another `RouteAsPath` object as a parameter for copying, providing developers flexibility in object creation."],["`RouteAsPath` manages AS Path data, including a list of AS numbers (`AsLists`) and the type of the AS Path (`PathSegmentType`), supporting various path segment types such as 'AS_SET', 'AS_SEQUENCE', 'AS_CONFED_SEQUENCE', and 'AS_CONFED_SET'."]]],[]]