My Sql Replica Configuration Args
Read-replica configuration specific to MySQL databases.
Constructors
Properties
PEM representation of the trusted CA's x509 certificate.
PEM representation of the replica's x509 certificate.
Seconds to wait between connect retries. MySQL's default is 60 seconds.
Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
Interval in milliseconds between replication heartbeats.
Whether or not to check the primary instance's Common Name value in the certificate that it sends during the SSL handshake.