Package ganeti :: Module objects :: Class MasterNetworkParameters
[hide private]
[frames] | no frames]

Class MasterNetworkParameters

source code


Network configuration parameters for the master

Instance Methods [hide private]

Inherited from ConfigObject: Copy, ToDict, UpgradeConfig, Validate, __eq__, __getattr__, __getstate__, __repr__, __setstate__

Inherited from outils.ValidatedSlots: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from ConfigObject: FromDict

Inherited from outils.ValidatedSlots: GetAllSlots

Instance Variables [hide private]
  ip
master IP
  ip_family
master IP family
  netdev
master network device
  netmask
master netmask
  uuid
master nodes UUID
Properties [hide private]

Inherited from object: __class__