[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-03-31 UTC."],[[["The `RouteAsPath` class, found in the `Google.Cloud.Compute.V1` namespace, represents a route's AS path and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Version 3.6.0 is the latest available version for `RouteAsPath`, while multiple other versions ranging from 1.0.0 to 3.5.0 are accessible."],["The `RouteAsPath` class has two constructors: a default constructor `RouteAsPath()` and a copy constructor `RouteAsPath(RouteAsPath other)`."],["The class features two main properties, `AsLists` which contains the AS numbers of the AS path, and `PathSegmentType`, which describes the type of the AS path, such as `AS_SET` or `AS_SEQUENCE`."],["`HasPathSegmentType` is a boolean property that determines if the `path_segment_type` field is set."]]],[]]