Package ganeti :: Package rpc :: Module node :: Class ConfigRunner
[hide private]
[frames] | no frames]

Class ConfigRunner

source code


RPC wrappers for config.

Instance Methods [hide private]
 
__init__(self, _context, address_list, _req_process_fn=None, _getents=None)
Initializes this class.
source code

Inherited from _RpcClientBase (private): _Call

Inherited from _generated_rpc.RpcClientConfig: call_upload_file, call_upload_file_single, call_write_ssconf_files

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

Static Methods [hide private]

Inherited from _RpcClientBase (private): _EncodeArg

Class Variables [hide private]

Inherited from _generated_rpc.RpcClientConfig (private): _CALLS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, _context, address_list, _req_process_fn=None, _getents=None)
(Constructor)

source code 

Initializes this class.

Overrides: object.__init__