AWS SDK for .NET Documentation
CreateVpnGatewayRequest Class
AmazonAmazon.EC2.ModelCreateVpnGatewayRequest Did this page help you?   Yes   No    Tell us about it...
Creates a new VPN gateway.
Declaration Syntax
C#
public class CreateVpnGatewayRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

AvailabilityZone
The Availability Zone where you want the VPN gateway.

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
The type of VPN connection this VPN gateway supports. The only supported type is ipsec.1.

WithAvailabilityZone(String) Obsolete.
Sets the Availability Zone where you want the VPN gateway.

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

Remarks
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)
Inheritance Hierarchy
Object
EC2Request
 CreateVpnGatewayRequest

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