novaclient.v2.cells module

class novaclient.v2.cells.Cell(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.cells.CellsManager(api)

Bases: novaclient.base.Manager

DEPRECATED

capacities(cell_name=None)

DEPRECATED Get capacities for a cell.

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

DEPRECATED Get a cell.

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

alias of Cell