FlowFailoverConfigArgs

data class FlowFailoverConfigArgs(val failoverMode: Output<FlowFailoverConfigFailoverMode>? = null, val recoveryWindow: Output<Int>? = null, val sourcePriority: Output<FlowFailoverConfigSourcePriorityPropertiesArgs>? = null, val state: Output<FlowFailoverConfigState>? = null) : ConvertibleToJava<FlowFailoverConfigArgs>

The settings for source failover

Constructors

Link copied to clipboard
fun FlowFailoverConfigArgs(failoverMode: Output<FlowFailoverConfigFailoverMode>? = null, recoveryWindow: Output<Int>? = null, sourcePriority: Output<FlowFailoverConfigSourcePriorityPropertiesArgs>? = null, state: Output<FlowFailoverConfigState>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FlowFailoverConfigArgs

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: Output<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
val state: Output<FlowFailoverConfigState>? = null