SyncConfig
class resources.sync_config.SyncConfig
Base class: Resource
The configuration for synchronizing workspaces in Cloudomation.
:py:obj:flow_api.sync_config.SyncConfig
Property | Description | Type |
---|---|---|
id | UUID() | |
remote_workspace_id | UUID() | |
is_enabled | Boolean() | |
status_message | String(length=1024) | |
remote_url | String(length=1024) | |
own_private_key | String(length=4096) | |
remote_public_key | String(length=2048) | |
send_all | Boolean() | |
sync_interval | Integer() | |
last_sync_send_at | DateTime(timezone=True) | |
last_sync_receive_at | DateTime(timezone=True) | |
process_id | UUID() | |
size_bytes | BigInteger() | |
roles | Text() |