[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 latest version of `RouteAsPath` is 3.6.0, which is part of the `Google.Cloud.Compute.V1` namespace."],["The `RouteAsPath` class, part of the `Google.Cloud.Compute.V1` library, represents the AS path of a network route."],["`RouteAsPath` provides properties to manage AS numbers in the path, namely `AsLists`, as well as `HasPathSegmentType` and `PathSegmentType`, which describe the nature of the AS path segment."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its support for protocol buffer messaging, equality checks, deep cloning, and buffer operations."],["There are 29 versions of the `Google.Cloud.Compute.V1.RouteAsPath`, ranging from 1.0.0 to 3.6.0."]]],[]]