Class AWS::EC2::ElasticIpCollection
In: lib/aws/ec2/elastic_ip_collection.rb
Parent: Collection

Methods

[]   allocate   create   each   member_class  

Public Instance methods

@param [String] public_ip The public IP address of an elastic ip. @return [ElasticIp] The elastic IP with the given address.

allocate(options = {})

Alias for create

@param [Hash] options

@option options [Boolean] :vpc (false) When true, the elastic ip

  address will be allocated to your VPC.

@return [ElasticIp]

Yields once for each elastic IP address.

@yield [elastic_ip] @yieldparam [ElasticIp] elastic_ip

Protected Instance methods

[Validate]