[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."],[[["The `RouteAsPath` class, found in the `Google.Cloud.Compute.V1` namespace, is used to represent AS path information and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Version 3.6.0 is the latest version of the documentation for the `RouteAsPath` class, and documentation for other previous versions dating back to 1.0.0 are also available to browse through."],["The `RouteAsPath` class has properties like `AsLists`, which contains a repeated field of unsigned 32-bit integers, and `PathSegmentType`, which describes the type of the AS Path, with options such as 'AS_SET' or 'AS_SEQUENCE'."],["The class contains two public constructors, a default constructor `RouteAsPath()`, and an overloaded constructor that takes another `RouteAsPath` instance."],["The `RouteAsPath` class inherits from the base `Object` class, thus inheriting methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]