Class: Aws::EC2::Types::TransitGatewayConnectPeerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayConnectPeerConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the Connect peer details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bgp_configurations ⇒ Array<Types::TransitGatewayAttachmentBgpConfiguration>
The BGP configuration details.
-
#inside_cidr_blocks ⇒ Array<String>
The range of interior BGP peer IP addresses.
-
#peer_address ⇒ String
The Connect peer IP address on the appliance side of the tunnel.
-
#protocol ⇒ String
The tunnel protocol.
-
#transit_gateway_address ⇒ String
The Connect peer IP address on the transit gateway side of the tunnel.
Instance Attribute Details
#bgp_configurations ⇒ Array<Types::TransitGatewayAttachmentBgpConfiguration>
The BGP configuration details.
65557 65558 65559 65560 65561 65562 65563 65564 65565 |
# File 'lib/aws-sdk-ec2/types.rb', line 65557 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end |
#inside_cidr_blocks ⇒ Array<String>
The range of interior BGP peer IP addresses.
65557 65558 65559 65560 65561 65562 65563 65564 65565 |
# File 'lib/aws-sdk-ec2/types.rb', line 65557 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end |
#peer_address ⇒ String
The Connect peer IP address on the appliance side of the tunnel.
65557 65558 65559 65560 65561 65562 65563 65564 65565 |
# File 'lib/aws-sdk-ec2/types.rb', line 65557 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The tunnel protocol.
65557 65558 65559 65560 65561 65562 65563 65564 65565 |
# File 'lib/aws-sdk-ec2/types.rb', line 65557 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_address ⇒ String
The Connect peer IP address on the transit gateway side of the tunnel.
65557 65558 65559 65560 65561 65562 65563 65564 65565 |
# File 'lib/aws-sdk-ec2/types.rb', line 65557 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end |