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

Class ConfdUpcallPayload

source code


Callback argument for confd replies

Instance Methods [hide private]

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

Inherited from outils.ValidatedSlots: __init__

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]
ConfdClient client
current confd client instance
any extra_args
'args' argument of the SendRequest function
objects.ConfdRequest orig_request
original request
string salt
salt associated with the query
string server_ip
answering server ip address
int server_port
answering server port
objects.ConfdReply server_reply
server reply
one of confd.client.CONFD_UPCALL_TYPES type
upcall type (server reply, expired request, ...)
Properties [hide private]

Inherited from object: __class__