class documentation
class Network(TaggableObject):
Object representing a network definition for ganeti.
Class Method |
|
Custom function for networks. |
Method |
|
Export a dictionary used by hooks with a network's information. |
Class Variable | __slots__ |
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. |
Method |
|
Taggable-object-specific conversion to standard python types. |
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 |
|
Fill defaults for missing configuration values. |
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. |
overrides
ganeti.objects.TaggableObject.FromDict
Custom function for networks.
Remove deprecated network_type and family.