GoogleApi.SQLAdmin.V1beta4.Model.ReplicaConfiguration (google_api_sql_admin v0.71.0)
View SourceRead-replica configuration for connecting to the primary instance.
Attributes
-
cascadableReplica
(type:boolean()
, default:nil
) - Optional. Specifies if a SQL Server replica is a cascadable replica. A cascadable replica is a SQL Server cross region replica that supports replica(s) under it. -
failoverTarget
(type:boolean()
, default:nil
) - Specifies if the replica is the failover target. If the field is set totrue
the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance. -
kind
(type:String.t
, default:nil
) - This is alwayssql#replicaConfiguration
. -
mysqlReplicaConfiguration
(type:GoogleApi.SQLAdmin.V1beta4.Model.MySqlReplicaConfiguration.t
, default:nil
) - MySQL specific configuration when replicating from a MySQL on-premises primary instance. 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 namedmaster.info
in the data directory.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.ReplicaConfiguration{ cascadableReplica: boolean() | nil, failoverTarget: boolean() | nil, kind: String.t() | nil, mysqlReplicaConfiguration: GoogleApi.SQLAdmin.V1beta4.Model.MySqlReplicaConfiguration.t() | nil }