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 Amazon Web Services Transit Gateways Guide.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class CreateTransitGatewayConnectPeerRequest : AmazonEC2Request IAmazonWebServiceRequest
The CreateTransitGatewayConnectPeerRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateTransitGatewayConnectPeerRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
BgpOptions | Amazon.EC2.Model.TransitGatewayConnectRequestBgpOptions |
Gets and sets the property BgpOptions. The BGP options for the Connect peer. |
![]() |
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 |
![]() |
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. |
![]() |
TagSpecifications | System.Collections.Generic.List<Amazon.EC2.Model.TagSpecification> |
Gets and sets the property TagSpecifications. The tags to apply to the Connect peer. |
![]() |
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. |
![]() |
TransitGatewayAttachmentId | System.String |
Gets and sets the property TransitGatewayAttachmentId. The ID of the Connect attachment. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5