[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 webpage provides documentation for the `RouteAsPath` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality."],["The `RouteAsPath` class has been updated and referenced across various versions, ranging from version 1.0.0 to the latest version 3.6.0, and this page lists all versions with their associated documentation links."],["`RouteAsPath` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a part of the Google Protocol Buffers ecosystem."],["Key properties of the `RouteAsPath` class include `AsLists` which holds a collection of AS numbers, and `PathSegmentType`, which defines the type of AS path."],["The class has two constructors, a default constructor `RouteAsPath()` and a copy constructor `RouteAsPath(RouteAsPath other)`, allowing for object initialization and duplication."]]],[]]