My Sql Replica Configuration Response
data class MySqlReplicaConfigurationResponse(val caCertificate: String, val clientCertificate: String, val clientKey: String, val connectRetryInterval: Int, val dumpFilePath: String, val kind: String, val masterHeartbeatPeriod: String, val password: String, val sslCipher: String, val username: String, val verifyServerCertificate: Boolean)
Read-replica configuration specific to MySQL databases.
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard