Class: Aws::EC2::Types::TransitGatewayAttachmentBgpConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayAttachmentBgpConfiguration
- Defined in:
- gems/aws-sdk-ec2/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.
69394 69395 69396 69397 69398 69399 69400 69401 69402 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69394 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.
69394 69395 69396 69397 69398 69399 69400 69401 69402 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69394 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).
69394 69395 69396 69397 69398 69399 69400 69401 69402 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69394 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.
69394 69395 69396 69397 69398 69399 69400 69401 69402 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69394 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).
69394 69395 69396 69397 69398 69399 69400 69401 69402 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69394 class TransitGatewayAttachmentBgpConfiguration < Struct.new( :transit_gateway_asn, :peer_asn, :transit_gateway_address, :peer_address, :bgp_status) SENSITIVE = [] include Aws::Structure end |