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_configurationsArray<Types::TransitGatewayAttachmentBgpConfiguration>

The BGP configuration details.



64571
64572
64573
64574
64575
64576
64577
64578
64579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64571

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

#inside_cidr_blocksArray<String>

The range of interior BGP peer IP addresses.

Returns:

  • (Array<String>)


64571
64572
64573
64574
64575
64576
64577
64578
64579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64571

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

#peer_addressString

The Connect peer IP address on the appliance side of the tunnel.

Returns:

  • (String)


64571
64572
64573
64574
64575
64576
64577
64578
64579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64571

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

#protocolString

The tunnel protocol.

Returns:

  • (String)


64571
64572
64573
64574
64575
64576
64577
64578
64579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64571

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

#transit_gateway_addressString

The Connect peer IP address on the transit gateway side of the tunnel.

Returns:

  • (String)


64571
64572
64573
64574
64575
64576
64577
64578
64579
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64571

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