class documentation
class ConfdUpcallPayload(objects.ConfigObject):
Callback argument for confd replies
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | client |
current confd client instance |
| Instance Variable | extra |
'args' argument of the SendRequest function |
| Instance Variable | orig |
original request |
| Instance Variable | salt |
salt associated with the query |
| Instance Variable | server |
answering server ip address |
| Instance Variable | server |
answering server port |
| Instance Variable | server |
server reply |
| Instance Variable | type |
upcall type (server reply, expired request, ...) |
Inherited from ConfigObject:
| Class Method | |
Create an object from a dictionary. |
| Method | __getattr__ |
Undocumented |
| Method | __repr__ |
Implement __repr__ for ConfigObjects. |
| Method | __setstate__ |
Undocumented |
| Method | |
Makes a deep copy of the current object and its children. |
| Method | |
Convert to a dict holding only standard python types. |
| Method | |
Fill defaults for missing configuration values. |
| Method | |
Validates the slots. |
Inherited from ValidatedSlots (via ConfigObject):
| Class Method | |
Compute the list of all declared slots for a class. |
| Method | __init__ |
Constructor for BaseOpCode. |