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

Class DnsOnlyRunner

source code


RPC wrappers for calls using only DNS.

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

Inherited from _RpcClientBase (private): _Call

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialize this class.

Overrides: object.__init__