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

Class InstanceConsole

source code


Object describing how to access the console of an instance.

Instance Methods [hide private]
 
Validate(self)
Validates contents of this object.
source code

Inherited from ConfigObject: Copy, ToDict, UpgradeConfig, __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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

Validate(self)

source code 

Validates contents of this object.

Overrides: outils.ValidatedSlots.Validate