dk.sdu.cloud.app.orchestrator.api.SyncthingConfig

UCloud Developer Guide / Orchestration of Resources / Compute / Syncthing

SyncthingConfig

data class SyncthingConfig(
    val folders: List<SyncthingConfig.Folder>,
    val devices: List<SyncthingConfig.Device>,
    val orchestratorInfo: SyncthingConfig.OrchestratorInfo?,
)
Properties

Last updated