SystemConfigurationDatastoresPlugin

class pydelfini.delfini_core.models.system_configuration_datastores_plugin.SystemConfigurationDatastoresPlugin(plugin_name, cache=Unset, enabled=True, is_default=False, options=Unset, type=Unset)[source]

Bases: object

SystemConfigurationDatastoresPlugin model

Parameters:
plugin_name
Type:

str

cache
Type:

Union[‘CacheFile’, ‘CacheMem’, Unset]

enabled

Default: True.

Type:

Union[Unset, bool]

is_default

Default: False.

Type:

Union[Unset, bool]

options
Type:

Union[Unset, SystemConfigurationDatastoresPluginOptions]

type
Type:

Union[Unset, SystemConfigurationDatastoresPluginType]

Attributes

plugin_name

cache

enabled

is_default

options

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of SystemConfigurationDatastoresPlugin from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]