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 document provides reference information for the `FetchDatabasePropertiesResponse` class within the Cloud Composer v1 API, specifically for version 2.5.0."],["The `FetchDatabasePropertiesResponse` class, a sealed class, is used to handle responses for `FetchDatabasePropertiesRequest`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this document is for version 2.9.0, and it also includes links to documentation for all the previous versions down to 1.0.0."],["The class includes properties such as `IsFailoverReplicaAvailable`, `PrimaryGceZone`, and `SecondaryGceZone`, each providing details about the database instance's failover and zone information."],["The document details the available constructors for `FetchDatabasePropertiesResponse`, including a parameter for copying properties from another `FetchDatabasePropertiesResponse` object."]]],[]]