Class: Google::Cloud::Orchestration::Airflow::Service::V1::FetchDatabasePropertiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::FetchDatabasePropertiesResponse
- 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
-
#is_failover_replica_available ⇒ ::Boolean
The availability status of the failover replica.
-
#primary_gce_zone ⇒ ::String
The Compute Engine zone that the instance is currently serving from.
-
#secondary_gce_zone ⇒ ::String
The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.
Instance Attribute Details
#is_failover_replica_available ⇒ ::Boolean
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
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
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 |