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
constructor(failoverMode: Output<FlowFailoverConfigFailoverMode>? = null, recoveryWindow: Output<Int>? = null, sourcePriority: Output<FlowFailoverConfigSourcePriorityPropertiesArgs>? = null, state: Output<FlowFailoverConfigState>? = null)

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

The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.

Functions

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