[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."],[[["This webpage provides documentation for the `RouteAsPath` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and properties."],["The latest version of the `RouteAsPath` documentation is 3.6.0, with documentation available for many older versions dating back to version 1.0.0."],["The `RouteAsPath` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RouteAsPath` objects have properties like `AsLists`, which represents the AS numbers of the AS Path, and `PathSegmentType`, indicating the type of the AS Path such as 'AS_SET' or 'AS_SEQUENCE'."],["The `RouteAsPath` class offers two constructors: a default constructor `RouteAsPath()` and another one that takes another `RouteAsPath` object as an argument `RouteAsPath(RouteAsPath other)`."]]],[]]