Part of libcloud.common.gogrid View Source View In Hierarchy
Known subclasses: libcloud.compute.drivers.gogrid.GoGridNodeDriver, libcloud.loadbalancer.drivers.gogrid.GoGridLBDriver
Method | ex_list_ips | Return list of IP addresses assigned to the account. |
Method | _get_ip | Undocumented |
Method | _to_ip | Undocumented |
Method | _to_ips | Undocumented |
Method | _to_location | Undocumented |
Method | _to_locations | Undocumented |
Method | _get_first_ip | Undocumented |
Parameters | public | set to True to list only public IPs or False to list only private IPs. Set
to None or not specify at all not to filter by type (type: bool ) |
assigned | set to True to list only addresses assigned to servers, False to list
unassigned addresses and set to None or don't set at all not no filter by
state (type: bool ) | |
location | filter IP addresses by location (type: NodeLocation ) | |
Returns | list of GoGridIpAddress es |