Skip to main content

daemon_models

LucidLink Python Library - Daemon Type Definitions

Types associated with the deprecated lucidlink.Daemon API. New code should use lucidlink.Client.

deprecateddataclass

lucidlink.daemon_models.DaemonStatus

Daemon status information.

Returned by Daemon.get_status().

Attribute

Type

Description

is_running

bool

Whether the daemon is currently running.

is_authenticated

bool

Whether the daemon has authenticated to a workspace.

is_linked

bool

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

str

Root path for daemon operational files.

is_running

Type

bool

Description

Whether the daemon is currently running.

is_authenticated

Type

bool

Description

Whether the daemon has authenticated to a workspace.

is_linked

Type

bool

Description

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

str

Description

Root path for daemon operational files.