Class: Aws::MediaConnect::Types::FailoverConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#failover_modeString

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.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
1683
1684
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1677

class FailoverConfig < Struct.new(
  :failover_mode,
  :recovery_window,
  :source_priority,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_windowInteger

Search window time to look for dash-7 packets

Returns:

  • (Integer)


1677
1678
1679
1680
1681
1682
1683
1684
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1677

class FailoverConfig < Struct.new(
  :failover_mode,
  :recovery_window,
  :source_priority,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#source_priorityTypes::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.



1677
1678
1679
1680
1681
1682
1683
1684
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1677

class FailoverConfig < Struct.new(
  :failover_mode,
  :recovery_window,
  :source_priority,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
1683
1684
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1677

class FailoverConfig < Struct.new(
  :failover_mode,
  :recovery_window,
  :source_priority,
  :state)
  SENSITIVE = []
  include Aws::Structure
end