CellsΒΆ
- 
class 
novaclient.v2.cells.Cell(manager, info, loaded=False, resp=None) Bases:
novaclient.base.ResourcePopulate 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.Manager- 
capacities(cell_name=None) Get capacities for a cell.
Parameters: cell_name – Name of the Cellto get capacities for.Return type: Cell
- 
get(cell_name) Get a cell.
Parameters: cell_name – Name of the Cellto get.Return type: Cell
- 
resource_class alias of
Cell
-