Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::FetchDatabasePropertiesResponse.
Response for FetchDatabasePropertiesRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#is_failover_replica_available
def is_failover_replica_available() -> ::Boolean
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.
#is_failover_replica_available=
def is_failover_replica_available=(value) -> ::Boolean
Parameter
- value (::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.
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.
#primary_gce_zone
def primary_gce_zone() -> ::String
Returns
- (::String) — The Compute Engine zone that the instance is currently serving from.
#primary_gce_zone=
def primary_gce_zone=(value) -> ::String
Parameter
- value (::String) — The Compute Engine zone that the instance is currently serving from.
Returns
- (::String) — The Compute Engine zone that the instance is currently serving from.
#secondary_gce_zone
def secondary_gce_zone() -> ::String
Returns
- (::String) — The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.
#secondary_gce_zone=
def secondary_gce_zone=(value) -> ::String
Parameter
- value (::String) — 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.