Compute Engine v1 API - Enum RouteAsPath.Types.PathSegmentType (2.10.0)

public enum RouteAsPath.Types.PathSegmentType

Reference documentation and code samples for the Compute Engine v1 API enum RouteAsPath.Types.PathSegmentType.

[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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
AsConfedSequence
AsConfedSet
AsSequence
AsSet
UndefinedPathSegmentType

A value indicating that the enum field is not set.