public sealed class AutomaticFailover : IMessage<InputAttachment.Types.AutomaticFailover>, IEquatable<InputAttachment.Types.AutomaticFailover>, IDeepCloneable<InputAttachment.Types.AutomaticFailover>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class InputAttachment.Types.AutomaticFailover.
Configurations to follow when automatic failover happens.
Implements
IMessage<InputAttachment.Types.AutomaticFailover>, IEquatable<InputAttachment.Types.AutomaticFailover>, IDeepCloneable<InputAttachment.Types.AutomaticFailover>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
AutomaticFailover()
public AutomaticFailover()AutomaticFailover(InputAttachment.Types.AutomaticFailover)
public AutomaticFailover(InputAttachment.Types.AutomaticFailover other)| Parameter | |
|---|---|
| Name | Description |
other |
InputAttachment.Types.AutomaticFailover |
Properties
InputKeys
public RepeatedField<string> InputKeys { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|