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.
67859 67860 67861 67862 67863 67864 67865 67866 67867 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67859 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.
67859 67860 67861 67862 67863 67864 67865 67866 67867 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67859 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).
67859 67860 67861 67862 67863 67864 67865 67866 67867 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67859 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.
67859 67860 67861 67862 67863 67864 67865 67866 67867 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67859 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).
67859 67860 67861 67862 67863 67864 67865 67866 67867 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67859 class TransitGatewayAttachmentBgpConfiguration < Struct.new( :transit_gateway_asn, :peer_asn, :transit_gateway_address, :peer_address, :bgp_status) SENSITIVE = [] include Aws::Structure end |