Live Stream v1 API - Class InputAttachment.Types.AutomaticFailover (1.5.0)

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.

Inheritance

object > InputAttachment.Types.AutomaticFailover

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

AutomaticFailover()

public AutomaticFailover()

AutomaticFailover(AutomaticFailover)

public AutomaticFailover(InputAttachment.Types.AutomaticFailover other)
Parameter
NameDescription
otherInputAttachmentTypesAutomaticFailover

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
TypeDescription
RepeatedFieldstring