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

Read-replica configuration for connecting to the master. More...

Inheritance diagram for Google.Apis.SQLAdmin.v1beta4.Data.ReplicaConfiguration:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< bool > FailoverTarget [get, set]
 Specifies if the replica is the failover target. If the field is set to true the replica will be designated as a failover replica. In case the master instance fails, the replica instance will be promoted as the new master instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the master instance. More...
 
virtual string Kind [get, set]
 This is always sql::replicaConfiguration. More...
 
virtual MySqlReplicaConfiguration MysqlReplicaConfiguration [get, set]
 MySQL specific configuration when replicating from a MySQL on-premises master. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named master.info in the data directory. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Read-replica configuration for connecting to the master.

Property Documentation

◆ ETag

virtual string Google.Apis.SQLAdmin.v1beta4.Data.ReplicaConfiguration.ETag
getset

The ETag of the item.

◆ FailoverTarget

virtual System.Nullable<bool> Google.Apis.SQLAdmin.v1beta4.Data.ReplicaConfiguration.FailoverTarget
getset

Specifies if the replica is the failover target. If the field is set to true the replica will be designated as a failover replica. In case the master instance fails, the replica instance will be promoted as the new master instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the master instance.

◆ Kind

virtual string Google.Apis.SQLAdmin.v1beta4.Data.ReplicaConfiguration.Kind
getset

This is always sql::replicaConfiguration.

◆ MysqlReplicaConfiguration

virtual MySqlReplicaConfiguration Google.Apis.SQLAdmin.v1beta4.Data.ReplicaConfiguration.MysqlReplicaConfiguration
getset

MySQL specific configuration when replicating from a MySQL on-premises master. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named master.info in the data directory.


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