Class: Aws::EC2::Types::TransitGatewayConnectPeerConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the Connect peer details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_configurations ⇒ Array<Types::TransitGatewayAttachmentBgpConfiguration>

The BGP configuration details.



87267
87268
87269
87270
87271
87272
87273
87274
87275
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 87267

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.

Returns:

  • (Array<String>)


87267
87268
87269
87270
87271
87272
87273
87274
87275
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 87267

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.

Returns:

  • (String)


87267
87268
87269
87270
87271
87272
87273
87274
87275
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 87267

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.

Returns:

  • (String)


87267
87268
87269
87270
87271
87272
87273
87274
87275
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 87267

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.

Returns:

  • (String)


87267
87268
87269
87270
87271
87272
87273
87274
87275
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 87267

class TransitGatewayConnectPeerConfiguration < Struct.new(
  :transit_gateway_address,
  :peer_address,
  :inside_cidr_blocks,
  :protocol,
  :bgp_configurations)
  SENSITIVE = []
  include Aws::Structure
end