Class: Aws::NetworkManager::Types::NetworkRoute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Describes a network route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_blockString

A unique identifier for the route, such as a CIDR block.

Returns:

  • (String)


4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4294

class NetworkRoute < Struct.new(
  :destination_cidr_block,
  :destinations,
  :prefix_list_id,
  :state,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<Types::NetworkRouteDestination>

The destinations.

Returns:



4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4294

class NetworkRoute < Struct.new(
  :destination_cidr_block,
  :destinations,
  :prefix_list_id,
  :state,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_idString

The ID of the prefix list.

Returns:

  • (String)


4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4294

class NetworkRoute < Struct.new(
  :destination_cidr_block,
  :destinations,
  :prefix_list_id,
  :state,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The route state. The possible values are active and blackhole.

Returns:

  • (String)


4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4294

class NetworkRoute < Struct.new(
  :destination_cidr_block,
  :destinations,
  :prefix_list_id,
  :state,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The route type. The possible values are propagated and static.

Returns:

  • (String)


4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4294

class NetworkRoute < Struct.new(
  :destination_cidr_block,
  :destinations,
  :prefix_list_id,
  :state,
  :type)
  SENSITIVE = []
  include Aws::Structure
end