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)
Constructor for BaseOpCode.
source code

Inherited from objects.ConfigObject: Copy, ToDict, UpgradeConfig, Validate, __eq__, __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 outils.ValidatedSlots: GetAllSlots

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 

Constructor for BaseOpCode.

The constructor takes only keyword arguments and will set attributes on this object based on the passed arguments. As such, it means that you should not pass arguments which are not in the __slots__ attribute for this class.

Overrides: object.__init__
(inherited documentation)