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.
82119 82120 82121 82122 82123 82124 82125 82126 82127 |
# File 'lib/aws-sdk-ec2/types.rb', line 82119 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.
82119 82120 82121 82122 82123 82124 82125 82126 82127 |
# File 'lib/aws-sdk-ec2/types.rb', line 82119 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).
82119 82120 82121 82122 82123 82124 82125 82126 82127 |
# File 'lib/aws-sdk-ec2/types.rb', line 82119 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.
82119 82120 82121 82122 82123 82124 82125 82126 82127 |
# File 'lib/aws-sdk-ec2/types.rb', line 82119 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).
82119 82120 82121 82122 82123 82124 82125 82126 82127 |
# File 'lib/aws-sdk-ec2/types.rb', line 82119 class TransitGatewayAttachmentBgpConfiguration < Struct.new( :transit_gateway_asn, :peer_asn, :transit_gateway_address, :peer_address, :bgp_status) SENSITIVE = [] include Aws::Structure end |