class documentation
class NIC(ConfigObject):
Config object representing a network card.
Class Method |
|
Check the given parameters for validity. |
Class Variable | __slots__ |
Undocumented |
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. |
Check the given parameters for validity.
Parameters | |
nicparams:dict | dictionary with parameter names/value |
Raises | |
errors.ConfigurationError | when a parameter is not valid |