Class: Google::Cloud::Compute::V1::RouteAsPath

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Defined Under Namespace

Modules: PathSegmentType

Instance Attribute Summary collapse

Instance Attribute Details

#as_lists::Array<::Integer>

Returns [Output Only] The AS numbers of the AS Path.

Returns:

  • (::Array<::Integer>)

    [Output Only] The AS numbers of the AS Path.



20387
20388
20389
20390
20391
20392
20393
20394
20395
20396
20397
20398
20399
20400
20401
20402
20403
20404
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20387

class RouteAsPath
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [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
  module PathSegmentType
    # A value indicating that the enum field is not set.
    UNDEFINED_PATH_SEGMENT_TYPE = 0

    AS_CONFED_SEQUENCE = 222152624

    AS_CONFED_SET = 374040307

    AS_SEQUENCE = 106735918

    AS_SET = 329846453
  end
end

#path_segment_type::String

Returns [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.

Returns:

  • (::String)

    [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.



20387
20388
20389
20390
20391
20392
20393
20394
20395
20396
20397
20398
20399
20400
20401
20402
20403
20404
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20387

class RouteAsPath
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # [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
  module PathSegmentType
    # A value indicating that the enum field is not set.
    UNDEFINED_PATH_SEGMENT_TYPE = 0

    AS_CONFED_SEQUENCE = 222152624

    AS_CONFED_SET = 374040307

    AS_SEQUENCE = 106735918

    AS_SET = 329846453
  end
end