Class DatabaseInstance.FailoverReplicaData
The name and status of the failover replica.
Inherited Members
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 |