Class: Aws::EC2::Types::LocalGatewayRoute
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LocalGatewayRoute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a route for a local gateway route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#coip_pool_id ⇒ String
The ID of the customer-owned address pool.
-
#destination_cidr_block ⇒ String
The CIDR block used for destination matches.
-
#destination_prefix_list_id ⇒ String
The ID of the prefix list.
-
#local_gateway_route_table_arn ⇒ String
The Amazon Resource Name (ARN) of the local gateway route table.
-
#local_gateway_route_table_id ⇒ String
The ID of the local gateway route table.
-
#local_gateway_virtual_interface_group_id ⇒ String
The ID of the virtual interface group.
-
#network_interface_id ⇒ String
The ID of the network interface.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway route.
-
#state ⇒ String
The state of the route.
-
#subnet_id ⇒ String
The ID of the subnet.
-
#type ⇒ String
The route type.
Instance Attribute Details
#coip_pool_id ⇒ String
The ID of the customer-owned address pool.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#destination_cidr_block ⇒ String
The CIDR block used for destination matches.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#destination_prefix_list_id ⇒ String
The ID of the prefix list.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#local_gateway_route_table_arn ⇒ String
The Amazon Resource Name (ARN) of the local gateway route table.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#local_gateway_route_table_id ⇒ String
The ID of the local gateway route table.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#local_gateway_virtual_interface_group_id ⇒ String
The ID of the virtual interface group.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#network_interface_id ⇒ String
The ID of the network interface.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway route.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the route.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The route type.
45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 |
# File 'lib/aws-sdk-ec2/types.rb', line 45359 class LocalGatewayRoute < Struct.new( :destination_cidr_block, :local_gateway_virtual_interface_group_id, :type, :state, :local_gateway_route_table_id, :local_gateway_route_table_arn, :owner_id, :subnet_id, :coip_pool_id, :network_interface_id, :destination_prefix_list_id) SENSITIVE = [] include Aws::Structure end |