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.
69111 69112 69113 69114 69115 69116 69117 69118 69119 |
# File 'lib/aws-sdk-ec2/types.rb', line 69111 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.
69111 69112 69113 69114 69115 69116 69117 69118 69119 |
# File 'lib/aws-sdk-ec2/types.rb', line 69111 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).
69111 69112 69113 69114 69115 69116 69117 69118 69119 |
# File 'lib/aws-sdk-ec2/types.rb', line 69111 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.
69111 69112 69113 69114 69115 69116 69117 69118 69119 |
# File 'lib/aws-sdk-ec2/types.rb', line 69111 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).
69111 69112 69113 69114 69115 69116 69117 69118 69119 |
# File 'lib/aws-sdk-ec2/types.rb', line 69111 class TransitGatewayAttachmentBgpConfiguration < Struct.new( :transit_gateway_asn, :peer_asn, :transit_gateway_address, :peer_address, :bgp_status) SENSITIVE = [] include Aws::Structure end |