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

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

Response for FetchDatabasePropertiesRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#is_failover_replica_available::Boolean

Returns The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only fail over to the failover replica when the status is true.

Returns:

  • (::Boolean)

    The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only fail over to the failover replica when the status is true.



779
780
781
782
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 779

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

#primary_gce_zone::String

Returns The Compute Engine zone that the instance is currently serving from.

Returns:

  • (::String)

    The Compute Engine zone that the instance is currently serving from.



779
780
781
782
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 779

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

#secondary_gce_zone::String

Returns The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.

Returns:

  • (::String)

    The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.



779
780
781
782
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 779

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