public sealed class InputAttachment.Types.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
IMessageInputAttachmentTypesAutomaticFailover, IEquatableInputAttachmentTypesAutomaticFailover, IDeepCloneableInputAttachmentTypesAutomaticFailover, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
AutomaticFailover()
public AutomaticFailover()AutomaticFailover(AutomaticFailover)
public AutomaticFailover(InputAttachment.Types.AutomaticFailover other)| Parameter | |
|---|---|
| Name | Description |
other |
InputAttachmentTypesAutomaticFailover |
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 |
RepeatedFieldstring |
|