Class InputAttachment (1.8.0)

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

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

Attributes

Name Description
key str
A unique key for this input attachment. The key must be 1-63 characters in length. The key must begin and end with a letter (regardless of case) or a number, but can contain dashes or underscores in between.
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.

Classes

AutomaticFailover

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

Configurations to follow when automatic failover happens.