public sealed class InputAttachment.Types.AutomaticFailover : IMessage<InputAttachment.Types.AutomaticFailover>, IEquatable<InputAttachment.Types.AutomaticFailover>, IDeepCloneable<InputAttachment.Types.AutomaticFailover>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class InputAttachment.Types.AutomaticFailover.
Configurations to follow when automatic failover happens.
The
[InputAttachment.key][google.cloud.video.livestream.v1.InputAttachment.key]s
of inputs to failover to when this input is disconnected. Currently, only
up to one backup input is supported.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `InputAttachment.Types.AutomaticFailover` class within the Live Stream v1 API, specifically version 1.5.0 of the Google Cloud .NET library."],["The `AutomaticFailover` class defines configurations for handling automatic failover scenarios in live streams, inheriting from the `object` class and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that takes an `InputAttachment.Types.AutomaticFailover` object as a parameter for copying."],["The `InputKeys` property, a `RepeatedField` of strings, defines which backup inputs should be used in case of a disconnection, with support for up to one backup."],["There are multiple versions of the documentation, the latest being 1.8.0, with the earliest version documented being 1.0.0."]]],[]]