Class: Aws::MediaConnect::Types::UpdateFailoverConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFailoverConfig
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The settings for source failover.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failover_mode ⇒ String
The type of failover you choose for this flow.
-
#recovery_window ⇒ Integer
Recovery window time to look for dash-7 packets.
-
#source_priority ⇒ Types::SourcePriority
The priority you want to assign to a source.
-
#state ⇒ String
The state of source failover on the flow.
Instance Attribute Details
#failover_mode ⇒ String
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.
8666 8667 8668 8669 8670 8671 8672 8673 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8666 class UpdateFailoverConfig < Struct.new( :failover_mode, :recovery_window, :source_priority, :state) SENSITIVE = [] include Aws::Structure end |
#recovery_window ⇒ Integer
Recovery window time to look for dash-7 packets.
8666 8667 8668 8669 8670 8671 8672 8673 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8666 class UpdateFailoverConfig < Struct.new( :failover_mode, :recovery_window, :source_priority, :state) SENSITIVE = [] include Aws::Structure end |
#source_priority ⇒ Types::SourcePriority
The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
8666 8667 8668 8669 8670 8671 8672 8673 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8666 class UpdateFailoverConfig < Struct.new( :failover_mode, :recovery_window, :source_priority, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
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.
8666 8667 8668 8669 8670 8671 8672 8673 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8666 class UpdateFailoverConfig < Struct.new( :failover_mode, :recovery_window, :source_priority, :state) SENSITIVE = [] include Aws::Structure end |