public sealed class FetchDatabasePropertiesResponse : IMessage<FetchDatabasePropertiesResponse>, IEquatable<FetchDatabasePropertiesResponse>, IDeepCloneable<FetchDatabasePropertiesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class FetchDatabasePropertiesResponse.
Response for FetchDatabasePropertiesRequest.
Implements
IMessageFetchDatabasePropertiesResponse, IEquatableFetchDatabasePropertiesResponse, IDeepCloneableFetchDatabasePropertiesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
FetchDatabasePropertiesResponse()
public FetchDatabasePropertiesResponse()FetchDatabasePropertiesResponse(FetchDatabasePropertiesResponse)
public FetchDatabasePropertiesResponse(FetchDatabasePropertiesResponse other)| Parameter | |
|---|---|
| Name | Description | 
| other | FetchDatabasePropertiesResponse | 
Properties
IsFailoverReplicaAvailable
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.
| Property Value | |
|---|---|
| Type | Description | 
| bool | |
PrimaryGceZone
public string PrimaryGceZone { get; set; }The Compute Engine zone that the instance is currently serving from.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
SecondaryGceZone
public string SecondaryGceZone { get; set; }The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.
| Property Value | |
|---|---|
| Type | Description | 
| string | |