libioc.Config.Jail.JailConfig module

Configuration of a Jail or other LaunchableResource.

class libioc.Config.Jail.JailConfig.JailConfig(jail=None, new=False, logger=None, host=None)[source]

Bases: libioc.Config.Jail.BaseConfig.BaseConfig

The configuration of a Jail or other LaunchableResource.

In extend to a BaseConfig a JailConfig is related to a Jail.

property all_properties

Return a list of all config properties (default and custom).

Return type

list

get_raw(key)[source]

Return the raw data value or its raw default.

Return type

Any

legacy = False
update_special_property(name)[source]

Triggered when a special property was updated.

Return type

None