google_api_sql_admin v0.34.1 GoogleApi.SQLAdmin.V1beta4.Model.ReplicaConfiguration View Source
Read-replica configuration for connecting to the master.
Attributes
-
failoverTarget
(type:boolean()
, default:nil
) - 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
(type:String.t
, default:nil
) - This is always sql#replicaConfiguration. -
mysqlReplicaConfiguration
(type:GoogleApi.SQLAdmin.V1beta4.Model.MySqlReplicaConfiguration.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.ReplicaConfiguration{ failoverTarget: boolean(), kind: String.t(), mysqlReplicaConfiguration: GoogleApi.SQLAdmin.V1beta4.Model.MySqlReplicaConfiguration.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.