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.
69263 69264 69265 69266 69267 69268 69269 69270 69271 |
# File 'lib/aws-sdk-ec2/types.rb', line 69263 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.
69263 69264 69265 69266 69267 69268 69269 69270 69271 |
# File 'lib/aws-sdk-ec2/types.rb', line 69263 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.
69263 69264 69265 69266 69267 69268 69269 69270 69271 |
# File 'lib/aws-sdk-ec2/types.rb', line 69263 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.
69263 69264 69265 69266 69267 69268 69269 69270 69271 |
# File 'lib/aws-sdk-ec2/types.rb', line 69263 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.
69263 69264 69265 69266 69267 69268 69269 69270 69271 |
# File 'lib/aws-sdk-ec2/types.rb', line 69263 class TransitGatewayConnectPeerConfiguration < Struct.new( :transit_gateway_address, :peer_address, :inside_cidr_blocks, :protocol, :bgp_configurations) SENSITIVE = [] include Aws::Structure end |