Class: Google::Apis::ComputeAlpha::RouteAsPath

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RouteAsPath

Returns a new instance of RouteAsPath.



36356
36357
36358
# File 'lib/google/apis/compute_alpha/classes.rb', line 36356

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#as_listsArray<Fixnum>

[Output Only] The AS numbers of the AS Path. Corresponds to the JSON property asLists

Returns:

  • (Array<Fixnum>)


36343
36344
36345
# File 'lib/google/apis/compute_alpha/classes.rb', line 36343

def as_lists
  @as_lists
end

#path_segment_typeString

[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 Corresponds to the JSON property pathSegmentType

Returns:

  • (String)


36354
36355
36356
# File 'lib/google/apis/compute_alpha/classes.rb', line 36354

def path_segment_type
  @path_segment_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



36361
36362
36363
36364
# File 'lib/google/apis/compute_alpha/classes.rb', line 36361

def update!(**args)
  @as_lists = args[:as_lists] if args.key?(:as_lists)
  @path_segment_type = args[:path_segment_type] if args.key?(:path_segment_type)
end