Values.UpdateFailoverConfigSourceThe settings for source failover.
type nonrec t = {failoverMode : FailoverMode.t option;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.
*)recoveryWindow : Integer.t option;Recovery window time to look for dash-7 packets.
*)sourcePriority : SourcePriority.t option;The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
*)state : State.t option;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.
*)}