Show / Hide Table of Contents

Class DatabaseInstance.FailoverReplicaData

The name and status of the failover replica.

Inheritance
object
DatabaseInstance.FailoverReplicaData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class DatabaseInstance.FailoverReplicaData

Properties

Available

The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.

Declaration
[JsonProperty("available")]
public virtual bool? Available { get; set; }
Property Value
Type Description
bool?

Name

The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn't include the project ID.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX