Enum RouteAsPath.PathSegmentType (1.51.0)

public enum RouteAsPath.PathSegmentType extends Enum<RouteAsPath.PathSegmentType> implements ProtocolMessageEnum

[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

Protobuf enum google.cloud.compute.v1.RouteAsPath.PathSegmentType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AS_CONFED_SEQUENCE

AS_CONFED_SEQUENCE = 222152624;

AS_CONFED_SEQUENCE_VALUE

AS_CONFED_SEQUENCE = 222152624;

AS_CONFED_SET

AS_CONFED_SET = 374040307;

AS_CONFED_SET_VALUE

AS_CONFED_SET = 374040307;

AS_SEQUENCE

AS_SEQUENCE = 106735918;

AS_SEQUENCE_VALUE

AS_SEQUENCE = 106735918;

AS_SET

AS_SET = 329846453;

AS_SET_VALUE

AS_SET = 329846453;

UNDEFINED_PATH_SEGMENT_TYPE

A value indicating that the enum field is not set.

UNDEFINED_PATH_SEGMENT_TYPE = 0;

UNDEFINED_PATH_SEGMENT_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PATH_SEGMENT_TYPE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()