Revision 6a1434d7 lib/objects.py

b/lib/objects.py
1503 1503
    ]
1504 1504

  
1505 1505

  
1506
class MigrationStatus(ConfigObject):
1507
  """Object holding the status of a migration.
1508

  
1509
  """
1510
  __slots__ = [
1511
    "status",
1512
    "transferred_ram",
1513
    "total_ram",
1514
    ]
1515

  
1516

  
1506 1517
class InstanceConsole(ConfigObject):
1507 1518
  """Object describing how to access the console of an instance.
1508 1519

  

Also available in: Unified diff