FlowFailoverConfig

data class FlowFailoverConfig(val failoverMode: FlowFailoverConfigFailoverMode? = null, val recoveryWindow: Int? = null, val sourcePriority: FlowFailoverConfigSourcePriorityProperties? = null, val state: FlowFailoverConfigState? = null)

The settings for source failover

Constructors

Link copied to clipboard
fun FlowFailoverConfig(failoverMode: FlowFailoverConfigFailoverMode? = null, recoveryWindow: Int? = null, sourcePriority: FlowFailoverConfigSourcePriorityProperties? = null, state: FlowFailoverConfigState? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.

Link copied to clipboard
val recoveryWindow: Int? = null

Search window time to look for dash-7 packets

Link copied to clipboard

The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

Link copied to clipboard