class documentation
class _QueryResponseBase(ConfigObject):
Known subclasses: ganeti.objects.QueryFieldsResponse
, ganeti.objects.QueryResponse
Undocumented
Class Method |
|
Custom function for de-serializing. |
Method |
|
Custom function for serializing. |
Class Variable | __slots__ |
Undocumented |
Inherited from ConfigObject
:
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 |
|
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. |
overrides
ganeti.objects.ConfigObject.__slots__
overridden in
ganeti.objects.QueryFieldsResponse
, ganeti.objects.QueryResponse
Undocumented