summaryrefslogtreecommitdiff
path: root/boto/ec2/address.py
Commit message (Expand)AuthorAgeFilesLines
* Fix ec2 release_address for ``allocation_id``kyleknap2014-10-081-1/+1
* Merge pull request #2505 from CashStar/eip_eni_associateDaniel G. Taylor2014-08-071-11/+13
|\
| * allow private IP be specified when associating with ENInevins-b2014-08-061-1/+3
| * allowing address to use network_interface_idnevins-b2014-08-061-11/+11
* | ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-301-2/+1
|/
* Add allocation id check & reassociation kwarg to address associate methodLee Trout2014-02-271-1/+10
* Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-1/+1
* Added ``dry_run`` to. All. The. Things.Daniel Lindsley2013-09-111-8/+25
* added VPC-specific fields to Address objectsPasi Eronen2012-08-311-0/+12
* fixed address release/disassociate methods for VPC addressesPasi Eronen2012-08-311-2/+8
* add documentation for Address objectPasi Eronen2012-08-311-3/+21
* Read association ID for elastic IP loadsMitchell Hashimoto2011-09-071-0/+3
* VPC support for elastic IPsMitchell Hashimoto2011-09-071-3/+9
* Adding some convenience methods to Instance and Address classes.Mitch.Garnaat2010-01-241-3/+10
* Checking in changes to support regions in EC2.Mitch.Garnaat2008-12-101-8/+8
* Initial support for new 2008-02-01 API. Should support all new features exce...Mitch.Garnaat2008-03-281-0/+51