Cloud Composer v1 API - Class FetchDatabasePropertiesResponse (2.6.0)

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.

Response for FetchDatabasePropertiesRequest.

Inheritance

object > FetchDatabasePropertiesResponse

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

FetchDatabasePropertiesResponse()

public FetchDatabasePropertiesResponse()

FetchDatabasePropertiesResponse(FetchDatabasePropertiesResponse)

public FetchDatabasePropertiesResponse(FetchDatabasePropertiesResponse other)
Parameter
NameDescription
otherFetchDatabasePropertiesResponse

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
TypeDescription
bool

PrimaryGceZone

public string PrimaryGceZone { get; set; }

The Compute Engine zone that the instance is currently serving from.

Property Value
TypeDescription
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
TypeDescription
string