sqladmin  v1beta4
Properties | List of all members
Google.Apis.SQLAdmin.v1beta4.Data.DatabaseInstance.FailoverReplicaData Class Reference

The name and status of the failover replica. This property is applicable only to Second Generation instances. More...

Properties

virtual System.Nullable< bool > Available [get, set]
 The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to the falover replica when the status is true. More...
 
virtual string Name [get, set]
 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. This property is applicable only to Second Generation instances. More...
 

Detailed Description

The name and status of the failover replica. This property is applicable only to Second Generation instances.

Property Documentation

◆ Available

virtual System.Nullable<bool> Google.Apis.SQLAdmin.v1beta4.Data.DatabaseInstance.FailoverReplicaData.Available
getset

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

◆ Name

virtual string Google.Apis.SQLAdmin.v1beta4.Data.DatabaseInstance.FailoverReplicaData.Name
getset

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. This property is applicable only to Second Generation instances.


The documentation for this class was generated from the following file: