[ 
https://issues.apache.org/jira/browse/LIBCLOUD-592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lior Goikhburg updated LIBCLOUD-592:
------------------------------------

    Description: 
Currently there are three methods in ec2 driver for listing EIPs:
They all satisfy different use cases:
ex_describe_all_addresses() - list all EIPs (vpc and ec2) optionally list only 
associated EIPs.
ex_describe_addresses() - list only EIPs for the specific nodes.
ex_describe_addresses_for_node() - list only EIPs for specific node.

Create a generic method ex_list_addresses() to give users more flexibility 
while listing EIPs, by implementing all the functionality from this API call: 
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeAddresses.html

  was:
Currently there are three methods in ec2 driver for listing EIPs:
They all satisfy different use cases:
ex_describe_all_addresses() - list all EIPs (vpc and ec2). optionally list only 
associated EIPs.
ex_describe_addresses() - list only EIPs for the specific nodes.
ex_describe_addresses_for_node() - list only EIPs for specific node.

Create a generic method ex_list_addresses() to give users more flexibility 
while listing EIPs, by implementing all the functionality from this API call: 
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeAddresses.html


> Create a generic method for listing AWS EIPs
> --------------------------------------------
>
>                 Key: LIBCLOUD-592
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-592
>             Project: Libcloud
>          Issue Type: Improvement
>            Reporter: Lior Goikhburg
>            Priority: Minor
>
> Currently there are three methods in ec2 driver for listing EIPs:
> They all satisfy different use cases:
> ex_describe_all_addresses() - list all EIPs (vpc and ec2) optionally list 
> only associated EIPs.
> ex_describe_addresses() - list only EIPs for the specific nodes.
> ex_describe_addresses_for_node() - list only EIPs for specific node.
> Create a generic method ex_list_addresses() to give users more flexibility 
> while listing EIPs, by implementing all the functionality from this API call: 
> http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeAddresses.html



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to