Floating_ip_poolsΒΆ
- 
class novaclient.v2.floating_ip_pools.FloatingIPPool(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
 
- 
class novaclient.v2.floating_ip_pools.FloatingIPPoolManager(api)
- Bases: - novaclient.base.ManagerWithFind- DEPRECATED - 
list(*a, **k)
- DEPRECATED: Retrieve a list of all floating ip pools. 
 - 
resource_class
- alias of - FloatingIPPool
 
-