Class: Aws::EC2::Types::CreateTransitGatewayConnectPeerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_optionsTypes::TransitGatewayConnectRequestBgpOptions

The BGP options for the Connect peer.



12337
12338
12339
12340
12341
12342
12343
12344
12345
12346
12347
# File 'lib/aws-sdk-ec2/types.rb', line 12337

class CreateTransitGatewayConnectPeerRequest < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_address,
  :peer_address,
  :bgp_options,
  :inside_cidr_blocks,
  :tag_specifications,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.

Returns:

  • (Boolean)


12337
12338
12339
12340
12341
12342
12343
12344
12345
12346
12347
# File 'lib/aws-sdk-ec2/types.rb', line 12337

class CreateTransitGatewayConnectPeerRequest < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_address,
  :peer_address,
  :bgp_options,
  :inside_cidr_blocks,
  :tag_specifications,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#inside_cidr_blocksArray<String>

The range of inside IP addresses that are used for BGP peering. You must specify a size /29 IPv4 CIDR block from the ‘169.254.0.0/16` range. The first address from the range must be configured on the appliance as the BGP IP address. You can also optionally specify a size /125 IPv6 CIDR block from the `fd00::/8` range.

Returns:

  • (Array<String>)


12337
12338
12339
12340
12341
12342
12343
12344
12345
12346
12347
# File 'lib/aws-sdk-ec2/types.rb', line 12337

class CreateTransitGatewayConnectPeerRequest < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_address,
  :peer_address,
  :bgp_options,
  :inside_cidr_blocks,
  :tag_specifications,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#peer_addressString

The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.

Returns:

  • (String)


12337
12338
12339
12340
12341
12342
12343
12344
12345
12346
12347
# File 'lib/aws-sdk-ec2/types.rb', line 12337

class CreateTransitGatewayConnectPeerRequest < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_address,
  :peer_address,
  :bgp_options,
  :inside_cidr_blocks,
  :tag_specifications,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#tag_specificationsArray<Types::TagSpecification>

The tags to apply to the Connect peer.

Returns:



12337
12338
12339
12340
12341
12342
12343
12344
12345
12346
12347
# File 'lib/aws-sdk-ec2/types.rb', line 12337

class CreateTransitGatewayConnectPeerRequest < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_address,
  :peer_address,
  :bgp_options,
  :inside_cidr_blocks,
  :tag_specifications,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_addressString

The peer IP address (GRE outer IP address) on the transit gateway side of the Connect peer, which must be specified from a transit gateway CIDR block. If not specified, Amazon automatically assigns the first available IP address from the transit gateway CIDR block.

Returns:

  • (String)


12337
12338
12339
12340
12341
12342
12343
12344
12345
12346
12347
# File 'lib/aws-sdk-ec2/types.rb', line 12337

class CreateTransitGatewayConnectPeerRequest < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_address,
  :peer_address,
  :bgp_options,
  :inside_cidr_blocks,
  :tag_specifications,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the Connect attachment.

Returns:

  • (String)


12337
12338
12339
12340
12341
12342
12343
12344
12345
12346
12347
# File 'lib/aws-sdk-ec2/types.rb', line 12337

class CreateTransitGatewayConnectPeerRequest < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_address,
  :peer_address,
  :bgp_options,
  :inside_cidr_blocks,
  :tag_specifications,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end