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.



82653
82654
82655
82656
82657
82658
82659
82660
82661
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82653

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>)


82653
82654
82655
82656
82657
82658
82659
82660
82661
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82653

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)


82653
82654
82655
82656
82657
82658
82659
82660
82661
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82653

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)


82653
82654
82655
82656
82657
82658
82659
82660
82661
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82653

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)


82653
82654
82655
82656
82657
82658
82659
82660
82661
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 82653

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