class documentation

class MasterNetworkParameters(ConfigObject):

View In Hierarchy

Network configuration parameters for the master

Class Variable __slots__ Undocumented
Instance Variable ip master IP
Instance Variable ip_family master IP family
Instance Variable netdev master network device
Instance Variable netmask master netmask
Instance Variable uuid master nodes UUID

Inherited from ConfigObject:

Class Method FromDict Create an object from a dictionary.
Method __getattr__ Undocumented
Method __repr__ Implement __repr__ for ConfigObjects.
Method __setstate__ Undocumented
Method Copy Makes a deep copy of the current object and its children.
Method ToDict Convert to a dict holding only standard python types.
Method UpgradeConfig Fill defaults for missing configuration values.
Method Validate Validates the slots.

Inherited from ValidatedSlots (via ConfigObject):

Class Method GetAllSlots Compute the list of all declared slots for a class.
Method __init__ Constructor for BaseOpCode.
__slots__: list[str] =

Undocumented

ip =

master IP

ip_family =

master IP family

netdev =

master network device

netmask =

master netmask

uuid =

master nodes UUID