class documentation
class Node(TaggableObject):
Config object representing a node.
| Class Method | |
Custom function for deserializing. |
| Method | |
Custom function for serializing. |
| Method | |
Fill defaults for missing configuration values. |
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | disk |
Disk state (e.g. free space) |
| Instance Variable | disk |
Disk state overriden by user |
| Instance Variable | hv |
Hypervisor state (e.g. number of CPUs) |
| Instance Variable | hv |
Hypervisor state overriden by user |
| Instance Variable | master |
Undocumented |
| Instance Variable | ndparams |
Undocumented |
| Instance Variable | powered |
Undocumented |
| Instance Variable | vm |
Undocumented |
Inherited from TaggableObject:
| Class Method | |
Check if a tag is valid. |
| Method | |
Add a new tag. |
| Method | |
Return the tags list. |
| Method | |
Remove a tag. |
| Constant | VALID |
Undocumented |
| Instance Variable | tags |
Undocumented |
Inherited from ConfigObject (via TaggableObject):
| 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 | |
Validates the slots. |
Inherited from ValidatedSlots (via TaggableObject, ConfigObject):
| Class Method | |
Compute the list of all declared slots for a class. |
| Method | __init__ |
Constructor for BaseOpCode. |