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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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.
      49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49511 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  |