[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 latest version of the `RouteAsPath` class is 3.6.0, but multiple versions are available, ranging from 1.0.0 to 3.6.0."],["`RouteAsPath` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide specific functionality."],["The class contains properties like `AsLists`, `HasPathSegmentType`, and `PathSegmentType`, providing information about the AS numbers and the type of the AS path."],["The class belongs to the namespace `Google.Cloud.Compute.V1` within the `Google.Cloud.Compute.V1.dll` assembly."],["It contains two constructors `RouteAsPath()` which is a default constructor, and `RouteAsPath(RouteAsPath other)` which takes another `RouteAsPath` as a parameter."]]],[]]