SystemConfigurationDatastoresLocal

class pydelfini.delfini_core.models.system_configuration_datastores_local.SystemConfigurationDatastoresLocal(enabled=True, is_default=False, path=Unset, type=Unset)[source]

Bases: object

SystemConfigurationDatastoresLocal model

Parameters:
enabled

Default: True.

Type:

Union[Unset, bool]

is_default

Default: False.

Type:

Union[Unset, bool]

path
Type:

Union[Unset, str]

type
Type:

Union[Unset, SystemConfigurationDatastoresLocalType]

Attributes

enabled

is_default

path

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of SystemConfigurationDatastoresLocal from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]