public sealed class 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 document provides reference information for the `InputAttachment.Types.AutomaticFailover` class within the Live Stream v1 API, specifically in the context of the .NET framework."],["The `AutomaticFailover` class is designed to define configurations for automatic failover events, which occurs when an input is disconnected."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is part of Google's Protocol Buffers system for data serialization."],["The latest version of this API is 1.8.0, and it has versions available back to 1.0.0, showing a history of development for the `AutomaticFailover` class."],["The `InputKeys` property, of the type `RepeatedField\u003cstring\u003e`, allows you to specify the key(s) of backup inputs for automatic failover, which currently only supports up to one backup input."]]],[]]