et_engine_core.filesystems¶
Classes
|
Interface for ET Engine Filesystems |
- class Filesystem(filesystem_id: str, filesystem_name: str)¶
Bases:
object
Interface for ET Engine Filesystems
- static from_json(filesystem_json: dict[slice(<class 'str'>, <class 'str'>, None)]) Self ¶
Create a Filesystem object from JSON
- Parameters:
filesystem_json (dict) – JSON-like representation of the object, e.g. from Filesystem(…).to_json()
- Returns:
a Filesystem object
- Return type:
Self
- to_json() dict[slice(<class 'str'>, <class 'str'>, None)] ¶
Export Filesystem to JSON-like dictionary
- Returns:
dictionary that can be turned into a JSON string
- Return type:
dict