Provides information to AWS about your customer gateway device. 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). You must 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)

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class CreateCustomerGatewayRequest
Public Class CreateCustomerGatewayRequest
public ref class CreateCustomerGatewayRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateCustomerGatewayRequest()()()()
Initializes a new instance of the CreateCustomerGatewayRequest class
BgpAsn
Gets and sets the BgpAsn property. The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
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
Gets and sets the IpAddress property. 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
Gets and sets the Type property. The type of VPN connection this customer gateway supports.
WithBgpAsn(Decimal)
Sets the BgpAsn property
WithIpAddress(String)
Sets the IpAddress property
WithType(String)
Sets the Type property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..CreateCustomerGatewayRequest

See Also