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

Class ImportExportOptions

source code


Options for import/export daemon

Instance Methods [hide private]

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

Inherited from ConfigObject (private): _all_slots

Static Methods [hide private]
Instance Variables [hide private]
  ca_pem
Remote peer CA in PEM format (None for cluster certificate)
  compress
Compression method (one of constants.IEC_ALL)
  key_name
X509 key name (None for cluster certificate)
  magic
Used to ensure the connection goes to the right disk
Properties [hide private]

Inherited from object: __class__