Class: Google::Cloud::Video::LiveStream::V1::InputAttachment::AutomaticFailover
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::InputAttachment::AutomaticFailover
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Configurations to follow when automatic failover happens.
Instance Attribute Summary collapse
-
#input_keys ⇒ ::Array<::String>
The InputAttachment.keys of inputs to failover to when this input is disconnected.
Instance Attribute Details
#input_keys ⇒ ::Array<::String>
Returns The InputAttachment.keys of inputs to failover to when this input is disconnected. Currently, only up to one backup input is supported.
498 499 500 501 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 498 class AutomaticFailover include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |