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. |
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 > InputAttachmentClasses
AutomaticFailover
AutomaticFailover(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configurations to follow when automatic failover happens.