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

Class Node

source code


Config object representing a node.

Instance Methods [hide private]
 
UpgradeConfig(self)
Fill defaults for missing configuration values.
source code

Inherited from TaggableObject: AddTag, GetTags, RemoveTag, ToDict

Inherited from ConfigObject: Copy, __getattr__, __getstate__, __init__, __repr__, __setstate__

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

Class Methods [hide private]

Inherited from TaggableObject: FromDict, ValidateTag

Inherited from ConfigObject (private): _all_slots

Static Methods [hide private]
Class Variables [hide private]

Inherited from TaggableObject: VALID_TAG_RE

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

UpgradeConfig(self)

source code 

Fill defaults for missing configuration values.

Overrides: ConfigObject.UpgradeConfig