Class InputAttachment (1.0.1)

InputAttachment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A group of information for attaching an input resource to this channel.

Attributes

NameDescription
key str
A unique key for this input attachment.
input str
The resource name of an existing input, in the form of: ``projects/{project}/locations/{location}/inputs/{inputId}``.
automatic_failover google.cloud.video.live_stream_v1.types.InputAttachment.AutomaticFailover
Automatic failover configurations.

Inheritance

builtins.object > proto.message.Message > InputAttachment

Classes

AutomaticFailover

AutomaticFailover(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configurations to follow when automatic failover happens.