Class: Google::Cloud::Orchestration::Airflow::Service::V1::DatabaseFailoverRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::DatabaseFailoverRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
Request to trigger database failover (only for highly resilient environments).
Instance Attribute Summary collapse
-
#environment ⇒ ::String
Target environment: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
Instance Attribute Details
#environment ⇒ ::String
Returns Target environment: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
745 746 747 748 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 745 class DatabaseFailoverRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |