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 documentation covers the `InputAttachment.Types.AutomaticFailover` class within the Google Cloud Live Stream v1 API, specifically version 1.6.0."],["`AutomaticFailover` provides configurations for how automatic failover should occur in the Live Stream service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the broader Google Cloud .NET framework."],["The `InputKeys` property, a `RepeatedField\u003cstring\u003e`, defines which backup inputs to switch to in case of a primary input's disconnection, supporting up to one backup."],["The documentation provides details about the class's constructors, including a default constructor and one that copies from an existing `AutomaticFailover` instance."]]],[]]