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()

Alias for create

Yields once for each elastic IP address.

@yield [elastic_ip] @yieldparam [ElasticIp] elastic_ip

Protected Instance methods

[Validate]