Class AWS::EC2::CustomerGatewayCollection
In: lib/aws/ec2/customer_gateway_collection.rb
Parent: Collection

Methods

[]   _each_item   create  

Included Modules

TaggedCollection Core::Collection::Simple

Public Instance methods

@param [String] customer_gateway_id @return [CustomerGateway]

@param [Integer] bgp_asn The customer gateway‘s Border Gateway

  Protocol (BGP) Autonomous System Number (ASN).

@param [String] ip_address The Internet-routable IP address for the

  customer gateway's outside interface. The address must be static.

@param [Hash] options

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

  connection this customer gateway supports.

@return [CustomerGateway]

Protected Instance methods

[Validate]