AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateTransitGatewayConnectPeer operation. Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance.

The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).

For more information, see Connect peers in the Transit Gateways Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.CreateTransitGatewayConnectPeerRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class CreateTransitGatewayConnectPeerRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The CreateTransitGatewayConnectPeerRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BgpOptions Amazon.EC2.Model.TransitGatewayConnectRequestBgpOptions

Gets and sets the property BgpOptions.

The BGP options for the Connect peer.

Public Property InsideCidrBlocks System.Collections.Generic.List<System.String>

Gets and sets the property InsideCidrBlocks.

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.

Public Property PeerAddress System.String

Gets and sets the property PeerAddress.

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

Public Property TagSpecifications System.Collections.Generic.List<Amazon.EC2.Model.TagSpecification>

Gets and sets the property TagSpecifications.

The tags to apply to the Connect peer.

Public Property TransitGatewayAddress System.String

Gets and sets the property TransitGatewayAddress.

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.

Public Property TransitGatewayAttachmentId System.String

Gets and sets the property TransitGatewayAttachmentId.

The ID of the Connect attachment.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5