Class: Aws::EC2::Types::TransitGatewayAttachmentBgpConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayAttachmentBgpConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The BGP configuration information.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bgp_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The BGP status.
 - 
  
    
      #peer_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The interior BGP peer IP address for the appliance.
 - 
  
    
      #peer_asn  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The peer Autonomous System Number (ASN).
 - 
  
    
      #transit_gateway_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The interior BGP peer IP address for the transit gateway.
 - 
  
    
      #transit_gateway_asn  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The transit gateway Autonomous System Number (ASN).
 
Instance Attribute Details
#bgp_status ⇒ String
The BGP status.
      69368 69369 69370 69371 69372 69373 69374 69375 69376  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69368 class TransitGatewayAttachmentBgpConfiguration < Struct.new( :transit_gateway_asn, :peer_asn, :transit_gateway_address, :peer_address, :bgp_status) SENSITIVE = [] include Aws::Structure end  | 
  
#peer_address ⇒ String
The interior BGP peer IP address for the appliance.
      69368 69369 69370 69371 69372 69373 69374 69375 69376  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69368 class TransitGatewayAttachmentBgpConfiguration < Struct.new( :transit_gateway_asn, :peer_asn, :transit_gateway_address, :peer_address, :bgp_status) SENSITIVE = [] include Aws::Structure end  | 
  
#peer_asn ⇒ Integer
The peer Autonomous System Number (ASN).
      69368 69369 69370 69371 69372 69373 69374 69375 69376  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69368 class TransitGatewayAttachmentBgpConfiguration < Struct.new( :transit_gateway_asn, :peer_asn, :transit_gateway_address, :peer_address, :bgp_status) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_address ⇒ String
The interior BGP peer IP address for the transit gateway.
      69368 69369 69370 69371 69372 69373 69374 69375 69376  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69368 class TransitGatewayAttachmentBgpConfiguration < Struct.new( :transit_gateway_asn, :peer_asn, :transit_gateway_address, :peer_address, :bgp_status) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_asn ⇒ Integer
The transit gateway Autonomous System Number (ASN).
      69368 69369 69370 69371 69372 69373 69374 69375 69376  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69368 class TransitGatewayAttachmentBgpConfiguration < Struct.new( :transit_gateway_asn, :peer_asn, :transit_gateway_address, :peer_address, :bgp_status) SENSITIVE = [] include Aws::Structure end  |