Reference documentation and code samples for the Compute V1 Client class 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
Protobuf type google.cloud.compute.v1.RouteAsPath.PathSegmentType
Namespace
Google \ Cloud \ Compute \ V1 \ RouteAsPathMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_PATH_SEGMENT_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_PATH_SEGMENT_TYPE = 0;
AS_CONFED_SEQUENCE
Value: 222152624
Generated from protobuf enum AS_CONFED_SEQUENCE = 222152624;
AS_CONFED_SET
Value: 374040307
Generated from protobuf enum AS_CONFED_SET = 374040307;
AS_SEQUENCE
Value: 106735918
Generated from protobuf enum AS_SEQUENCE = 106735918;
AS_SET
Value: 329846453
Generated from protobuf enum AS_SET = 329846453;