AWS SDK Version 2 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.

.NET Framework 3.5
 
Container for the parameters to the CreateCustomerGateway operation. Provides information to AWS about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the AWS side of the VPN connection is the virtual private gateway.) You must provide the Internet-routable IP address of the customer gateway's external interface. The IP address must be static and can't be behind a device performing network address translation (NAT).

For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN (in the 64512 - 65534 range).

Amazon EC2 supports all 2-byte ASN numbers in the range of 1 - 65534, with the exception of 7224, which is reserved in the us-east-1 region, and 9059, which is reserved in the eu-west-1 region.

For more information about VPN customer gateways, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.

You cannot create more than one customer gateway with the same VPN type, IP address, and BGP ASN parameter values. If you run an identical request more than one time, the first request creates the customer gateway, and subsequent requests return information about the existing customer gateway. The subsequent requests do not create new customer gateway resources.

Inheritance Hierarchy

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

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateCustomerGatewayRequest : AmazonEC2Request
         IRequestEvents

The CreateCustomerGatewayRequest type exposes the following members

Constructors

NameDescription
Public Method CreateCustomerGatewayRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method CreateCustomerGatewayRequest(GatewayType, string, int) Instantiates CreateCustomerGatewayRequest with the parameterized properties

Properties

NameTypeDescription
Public Property BgpAsn System.Int32 Gets and sets the property BgpAsn.

For devices that support BGP, the customer gateway's BGP ASN.

Default: 65000

Public Property PublicIp System.String Gets and sets the property PublicIp.

The Internet-routable IP address for the customer gateway's outside interface. The address must be static.

Public Property Type Amazon.EC2.GatewayType Gets and sets the property Type.

The type of VPN connection that this customer gateway supports (ipsec.1).

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8