SystemConfiguration

class pydelfini.delfini_core.models.system_configuration.SystemConfiguration(authentication, cache, datastores, motd, plugins, sessions, workers)[source]

Bases: object

SystemConfiguration model

Parameters:
authentication
Type:

SystemConfigurationAuthentication

cache
Type:

SystemConfigurationCache

datastores
Type:

SystemConfigurationDatastores

motd
Type:

SystemConfigurationMotd

plugins
Type:

SystemConfigurationPlugins

sessions
Type:

SystemConfigurationSessions

workers
Type:

SystemConfigurationWorkers

Attributes

authentication

cache

datastores

motd

plugins

sessions

workers

classmethod from_dict(src_dict)[source]

Create an instance of SystemConfiguration from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]