Show / Hide Table of Contents

Class FetchDatabasePropertiesResponse

Response for FetchDatabasePropertiesRequest.

Inheritance
object
FetchDatabasePropertiesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX