Floating_ips_bulk
Bulk Floating IPs interface
-
class novaclient.v2.floating_ips_bulk.FloatingIPBulkManager(api)
Bases: novaclient.base.ManagerWithFind
DEPRECATED
-
create(*a, **k)
DEPRECATED: Create floating IPs by range.
-
delete(*a, **k)
DEPRECATED: Delete floating IPs by range.
-
list(*a, **k)
DEPRECATED: List all floating IPs.
-
resource_class
alias of FloatingIPRange
-
class novaclient.v2.floating_ips_bulk.FloatingIPRange(manager, info, loaded=False, resp=None)
Bases: novaclient.base.Resource
DEPRECATED
Populate and bind to a manager.
Parameters: |
- manager – BaseManager object
- info – dictionary representing resource attributes
- loaded – prevent lazy-loading if set to True
- resp – Response or list of Response objects
|