AWS SDK for .NET Documentation
CreateCustomerGatewayRequest Class
AmazonAmazon.EC2.ModelCreateCustomerGatewayRequest Did this page help you?   Yes   No    Tell us about it...
Provides information to AWS about your customer gateway device.
Declaration Syntax
C#
public class CreateCustomerGatewayRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateCustomerGatewayRequest()()()()
Initializes a new instance of the CreateCustomerGatewayRequest class

BgpAsn
The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN) for devices that support BGP.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IpAddress
The Internet-routable IP address for the customer gateway's outside interface. The address must be static.

IsSetBgpAsn()()()()
Checks if BgpAsn property is set

IsSetIpAddress()()()()
Checks if IpAddress property is set

IsSetType()()()()
Checks if Type property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Type
The type of VPN connection this customer gateway supports.

WithBgpAsn(Decimal) Obsolete.
Sets the customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN) for devices that support BGP.

WithIpAddress(String) Obsolete.
Sets the Internet-routable IP address for the customer gateway's outside interface.

WithType(String) Obsolete.
Sets the type of VPN connection this customer gateway supports.

Remarks
The customer gateway is the appliance at your end of the VPN connection (compared to the VPN gateway, which is the device at the AWS side of the VPN connection). AWS might delete any customer gateway that you create with this operation if you leave it inactive for an extended period of time (inactive means that there's no VPN connection in use with the customer 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 device�s that use Border Gateway Protocal (BGP), you can also provide the device's Border Gateway Protocol (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 US East, and 9059, which is reserved in EU West For more information about ASNs, go to the Wikipedia article - http://en.wikipedia.org/wiki/Autonomous_system_%28Internet%29.
Inheritance Hierarchy
Object
EC2Request
 CreateCustomerGatewayRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)