Class: Aws::EC2::Types::TransitGatewayConnectPeerConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayConnectPeerConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the Connect peer details.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bgp_configurations  ⇒ Array<Types::TransitGatewayAttachmentBgpConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The BGP configuration details.
 - 
  
    
      #inside_cidr_blocks  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The range of interior BGP peer IP addresses.
 - 
  
    
      #peer_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Connect peer IP address on the appliance side of the tunnel.
 - 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tunnel protocol.
 - 
  
    
      #transit_gateway_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Connect peer IP address on the transit gateway side of the tunnel.
 
Instance Attribute Details
#bgp_configurations ⇒ Array<Types::TransitGatewayAttachmentBgpConfiguration>
The BGP configuration details.
      70075 70076 70077 70078 70079 70080 70081 70082 70083  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70075 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#inside_cidr_blocks ⇒ Array<String>
The range of interior BGP peer IP addresses.
      70075 70076 70077 70078 70079 70080 70081 70082 70083  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70075 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#peer_address ⇒ String
The Connect peer IP address on the appliance side of the tunnel.
      70075 70076 70077 70078 70079 70080 70081 70082 70083  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70075 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#protocol ⇒ String
The tunnel protocol.
      70075 70076 70077 70078 70079 70080 70081 70082 70083  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70075 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_address ⇒ String
The Connect peer IP address on the transit gateway side of the tunnel.
      70075 70076 70077 70078 70079 70080 70081 70082 70083  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70075 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end  |