[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-09 UTC."],[[["This webpage details the `RouteAsPath` class within the `Google.Cloud.Compute.V1` namespace, focusing on version 2.16.0 of the Google Cloud Compute .NET library."],["The `RouteAsPath` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class has two constructors, a default one and another that takes another `RouteAsPath` object for copying, and it offers properties like `AsLists` for AS numbers and `PathSegmentType` for the type of AS Path."],["The most current version of the library, as referenced on the page, is version 3.6.0, with a comprehensive list of prior versions provided, from 3.5.0 all the way back to 1.0.0."],["`RouteAsPath` contains information about the path of autonomous systems the route has traversed, with `PathSegmentType` allowing for the specification of whether that path is an ordered sequence or an unordered set."]]],[]]