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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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.
49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 |
# File 'lib/aws-sdk-ec2/types.rb', line 49351 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 |