Class: Google::Cloud::Orchestration::Airflow::Service::V1::DatabaseFailoverRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#environment::String

Returns Target environment: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".

Returns:

  • (::String)

    Target environment: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"



431
432
433
434
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 431

class DatabaseFailoverRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end