[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 `RouteAsPath` class, found in the `Google.Cloud.Compute.V1` namespace, is used to represent an AS path in Google Cloud Compute and is available across multiple versions, with 3.6.0 being the latest."],["`RouteAsPath` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration capabilities."],["This class has two constructors, a default constructor, and a copy constructor, which allows the creation of a new `RouteAsPath` object with pre-existing data from another."],["The `RouteAsPath` class includes properties such as `AsLists` (for AS numbers), `HasPathSegmentType` (indicating if path type is defined), and `PathSegmentType` (specifying the type of AS path), allowing for detailed configuration."],["The webpage details the `RouteAsPath` class, including its structure, constructors, and properties, along with a comprehensive list of previous versions."]]],[]]