public sealed class FetchDatabasePropertiesResponse : IMessage<FetchDatabasePropertiesResponse>, IEquatable<FetchDatabasePropertiesResponse>, IDeepCloneable<FetchDatabasePropertiesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class FetchDatabasePropertiesResponse.
public bool IsFailoverReplicaAvailable { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `FetchDatabasePropertiesResponse` class within the Cloud Composer v1 API."],["The `FetchDatabasePropertiesResponse` class is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is implemented within the `Google.Cloud.Orchestration.Airflow.Service.V1.dll` assembly, and includes multiple versions ranging from 1.0.0 to the latest version 2.9.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The primary function of `FetchDatabasePropertiesResponse` is to represent the response for the `FetchDatabasePropertiesRequest`, and contains properties such as `IsFailoverReplicaAvailable`, `PrimaryGceZone`, and `SecondaryGceZone`."],["Constructors are available to create a new instance of the `FetchDatabasePropertiesResponse` class and there is a constructor that allows an existing `FetchDatabasePropertiesResponse` to be used as a template."]]],[]]