novaclient.v2.cells module¶
-
class
novaclient.v2.cells.Cell(manager, info, loaded=False, resp=None)¶ Bases:
novaclient.base.ResourceDEPRECATED
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.cells.CellsManager(api)¶ Bases:
novaclient.base.ManagerDEPRECATED
-
capacities(cell_name=None)¶ DEPRECATED Get capacities for a cell.
-
get(cell_name)¶ DEPRECATED Get a cell.
-