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

Class BootstrapRunner

source code


RPC wrappers for bootstrapping.

Instance Methods [hide private]
 
__init__(self)
Initializes this class.
source code

Inherited from _RpcClientBase (private): _Call

Inherited from _generated_rpc.RpcClientBootstrap: call_master_info, call_node_activate_master_ip, call_node_change_master_netmask, call_node_deactivate_master_ip, call_node_leave_cluster, call_node_start_master_daemons, call_node_stop_master

Inherited from _generated_rpc.RpcClientDnsOnly: call_node_verify_light, call_version

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.RpcClientBootstrap (private): _CALLS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initializes this class.

Overrides: object.__init__