[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, represents a route's autonomous system (AS) path within Google Cloud Compute."],["The most recent documentation available is for version 3.6.0, while versions down to 1.0.0 are accessible, all relating to the `RouteAsPath` class."],["`RouteAsPath` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating message handling, comparison, deep cloning, and buffer message operations."],["Key properties of `RouteAsPath` include `AsLists` (AS numbers of the AS Path), `HasPathSegmentType` (indicates if \"path\\_segment\\_type\" is set), and `PathSegmentType` (the type of the AS Path, such as AS_SET or AS_SEQUENCE)."],["The class offers two constructors, one default and one that accepts another `RouteAsPath` object for creating a copy."]]],[]]