Package ganeti :: Package confd :: Module client :: Class ConfdClientRequest
[hide private]
[frames] | no frames]

Class ConfdClientRequest

source code


This is the client-side version of ConfdRequest.

This version of the class helps creating requests, on the client side, by filling in some default values.

Instance Methods [hide private]
 
__init__(self, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from objects.ConfigObject: Copy, ToDict, UpgradeConfig, __getattr__, __getstate__, __repr__, __setstate__

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

Class Methods [hide private]

Inherited from objects.ConfigObject: FromDict

Inherited from objects.ConfigObject (private): _all_slots

Static Methods [hide private]
Instance Variables [hide private]

Inherited from objects.ConfdRequest: protocol, query, rsalt, type

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)