daemon_models
LucidLink Python Library - Daemon Type Definitions
Types associated with the deprecated lucidlink.Daemon API. New code should use lucidlink.Client.
lucidlink.daemon_models.DaemonStatus
Daemon status information.
Returned by Daemon.get_status().
Attribute | Type | Description |
|---|---|---|
|
| Whether the daemon is currently running. |
|
| Whether the daemon has authenticated to a workspace. |
|
| Whether the authenticated workspace has any linked filespace. .. deprecated:: Use Workspace.linked_filespaces instead, which reports the individual links rather than a single yes/no. |
|
| Root path for daemon operational files. |
is_running
Type
boolDescription
Whether the daemon is currently running.
is_authenticated
Type
boolDescription
Whether the daemon has authenticated to a workspace.
is_linked
Type
boolDescription
Whether the authenticated workspace has any linked filespace. .. deprecated:: Use Workspace.linked_filespaces instead, which reports the individual links rather than a single yes/no.
root_path
Type
strDescription
Root path for daemon operational files.