CacheFile

class pydelfini.delfini_core.models.cache_file.CacheFile(base_dir=Unset, disk_free_min=4294967296, size_max_cacheable=134217728, type=Unset)[source]

Bases: object

CacheFile model

Parameters:
base_dir
Type:

Union[Unset, str]

disk_free_min

Default: 4294967296.

Type:

Union[Unset, int]

size_max_cacheable

Default: 134217728.

Type:

Union[Unset, int]

type
Type:

Union[Unset, CacheFileType]

Attributes

base_dir

disk_free_min

size_max_cacheable

type

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of CacheFile from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]