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 documentation for the `FetchDatabasePropertiesResponse` class within the Google Cloud Orchestration Airflow Service V1 API, specifically version 2.8.0."],["The `FetchDatabasePropertiesResponse` class is used to handle responses for database property requests in Cloud Composer v1 and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers methods and properties like `IsFailoverReplicaAvailable`, `PrimaryGceZone`, and `SecondaryGceZone`, which provide details about the database instance's failover status and serving zones."],["The documentation also includes a list of available versions of the documentation for the same `FetchDatabasePropertiesResponse` class, ranging from version 1.0.0 to the latest version 2.9.0."],["The `FetchDatabasePropertiesResponse` has 2 different constructors which are a empty constructor and a constructor that accepts another instance of itself."]]],[]]