Revision 061af273 lib/objects.py

b/lib/objects.py
315 315
    return obj
316 316

  
317 317

  
318
class MasterNetworkParameters(ConfigObject):
319
  """Network configuration parameters for the master
320

  
321
  @ivar name: master name
322
  @ivar ip: master IP
323
  @ivar netmask: master netmask
324
  @ivar netdev: master network device
325
  @ivar ip_family: master IP family
326

  
327
  """
328
  __slots__ = [
329
    "name",
330
    "ip",
331
    "netmask",
332
    "netdev",
333
    "ip_family"
334
    ]
335

  
336

  
318 337
class ConfigData(ConfigObject):
319 338
  """Top-level config object."""
320 339
  __slots__ = [

Also available in: Unified diff