Cells

class novaclient.v2.cells.Cell(manager, info, loaded=False, resp=None)

Bases: novaclient.base.Resource

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.Manager

capacities(cell_name=None)

Get capacities for a cell.

Parameters:cell_name – Name of the Cell to get capacities for.
Return type:Cell
get(cell_name)

Get a cell.

Parameters:cell_name – Name of the Cell to get.
Return type:Cell
resource_class

alias of Cell