BackupConfig
from lium.sdk import BackupConfig
Defined in lium.sdk.models.
Backup configuration information.
BackupConfig(
id: str,
huid: str,
pod_executor_id: str,
backup_frequency_hours: int,
retention_days: int,
backup_path: str,
is_active: bool,
created_at: str,
updated_at: Optional[str] = None
)
Fields​
| Name | Type | Default |
|---|---|---|
id | str | |
huid | str | |
pod_executor_id | str | |
backup_frequency_hours | int | |
retention_days | int | |
backup_path | str | |
is_active | bool | |
created_at | str | |
updated_at | Optional[str] | None |