Class FetchDatabasePropertiesResponse
Response for FetchDatabasePropertiesRequest.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class FetchDatabasePropertiesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsFailoverReplicaAvailable
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.
Declaration
[JsonProperty("isFailoverReplicaAvailable")]
public virtual bool? IsFailoverReplicaAvailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PrimaryGceZone
The Compute Engine zone that the instance is currently serving from.
Declaration
[JsonProperty("primaryGceZone")]
public virtual string PrimaryGceZone { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondaryGceZone
The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.
Declaration
[JsonProperty("secondaryGceZone")]
public virtual string SecondaryGceZone { get; set; }
Property Value
Type | Description |
---|---|
string |