Package ganeti :: Package masterd :: Module instance :: Class _TransferInstCbBase
[hide private]
[frames] | no frames]

Class _TransferInstCbBase

source code


Instance Methods [hide private]
 
__init__(self, lu, feedback_fn, instance, timeouts, src_node, src_cbs, dest_node, dest_ip)
Initializes this class.
source code

Inherited from ImportExportCbBase: ReportConnected, ReportFinished, ReportListening, ReportProgress

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, lu, feedback_fn, instance, timeouts, src_node, src_cbs, dest_node, dest_ip)
(Constructor)

source code 

Initializes this class.

Overrides: object.__init__