google_api_sql_admin v0.27.0 GoogleApi.SQLAdmin.V1beta4.Model.MySqlReplicaConfiguration View Source
Read-replica configuration specific to MySQL databases.
Attributes
caCertificate
(type:String.t
, default:nil
) - PEM representation of the trusted CA's x509 certificate.clientCertificate
(type:String.t
, default:nil
) - PEM representation of the slave's x509 certificate.clientKey
(type:String.t
, default:nil
) - PEM representation of the slave's private key. The corresponsing public key is encoded in the client's certificate.connectRetryInterval
(type:integer()
, default:nil
) - Seconds to wait between connect retries. MySQL's default is 60 seconds.dumpFilePath
(type:String.t
, default:nil
) - Path to a SQL dump file in Google Cloud Storage from which the slave instance is to be created. The URI is in the form gs: //bucketName/fileName. Compressed gzip files (.gz) are also supported. // Dumps should have the binlog co-ordinates from which replication should // begin. This can be accomplished by setting --master-data to 1 when using // mysqldump.kind
(type:String.t
, default:nil
) - This is alwayssql#mysqlReplicaConfiguration
.masterHeartbeatPeriod
(type:String.t
, default:nil
) - Interval in milliseconds between replication heartbeats.password
(type:String.t
, default:nil
) - The password for the replication connection.sslCipher
(type:String.t
, default:nil
) - A list of permissible ciphers to use for SSL encryption.username
(type:String.t
, default:nil
) - The username for the replication connection.verifyServerCertificate
(type:boolean()
, default:nil
) - Whether or not to check the master's Common Name value in the certificate that it sends during the SSL handshake.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.SQLAdmin.V1beta4.Model.MySqlReplicaConfiguration{ caCertificate: String.t(), clientCertificate: String.t(), clientKey: String.t(), connectRetryInterval: integer(), dumpFilePath: String.t(), kind: String.t(), masterHeartbeatPeriod: String.t(), password: String.t(), sslCipher: String.t(), username: String.t(), verifyServerCertificate: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.