Creates a new VPN gateway. A VPN gateway is the VPC-side endpoint for your VPN connection. You can create a VPN gateway before creating the VPC itself. AWS might delete any VPN 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 VPN gateway)

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 CreateVpnGatewayRequest
Public Class CreateVpnGatewayRequest
public ref class CreateVpnGatewayRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateVpnGatewayRequest()()()()
Initializes a new instance of the CreateVpnGatewayRequest class
AvailabilityZone
Gets and sets the AvailabilityZone property. The Availability Zone where you want the VPN gateway. Default: AWS selects a zone for you (recommended)
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.)
IsSetAvailabilityZone()()()()
Checks if AvailabilityZone 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 VPN gateway supports. Valid Values: ipsec.1
WithAvailabilityZone(String)
Sets the AvailabilityZone property
WithType(String)
Sets the Type property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..CreateVpnGatewayRequest

See Also