libioc.Config.Jail.Properties.Depends module

Jail config depends property.

class libioc.Config.Jail.Properties.Depends.DependsProp(config=None, property_name='depends', logger=None)[source]

Bases: libioc.Filter.Terms

Special jail config property Depends.

add(term, notify=True)[source]

Add a Filter.Term to the depends Jail Config property.

Parameters
  • term (libioc.Filter.Term, str) – Depends Filter.Term to add

  • notify (bool) – (default=True) Sends an update notification to the jail config instance

Return type

None

delimiter = ','
set(data, skip_on_error=False)[source]

Clear and set all terms from input data.

Return type

None