Class AWS::EC2::VPNGatewayCollection
In: lib/aws/ec2/vpn_gateway_collection.rb
Parent: Collection

Methods

[]   _each_item   create  

Included Modules

TaggedCollection Core::Collection::Simple

Public Instance methods

@param [String] vpn_gateway_id @return [VPNGateway]

Creates a new virtual private gateway. A virtual private gateway is the VPC-side endpoint for your VPN connection. You can create a virtual private gateway before creating the VPC itself.

@param [Hash] options

@option options [String] :vpn_type (‘ipsec.1’) The type of VPN

  connection this virtual private gateway supports.

@option options [AvailabilityZone,String] :availability_zone

  The Availability Zone where you want the virtual private gateway.
  AWS can select a default zone for you.  This can be an
  {AvailabilityZone} object or availability zone name string.

@return [VPNGateway]

Protected Instance methods

[Validate]