Database Instance Replica Configuration Args
Constructors
Properties
PEM representation of the trusted CA's x509 certificate.
Specifies if the replica is a cascadable replica. If true, instance must be in different region from primary.
PEM representation of the replica's x509 certificate.
The number of seconds between connect retries. MySQL's default is 60 seconds.
Path to a SQL file in GCS from which replica instances are created. Format is gs://bucket/filename
. Note, if the master instance is a source representation instance this field must be present.
Specifies if the replica is the failover target. If the field is set to true the replica will be designated as a failover replica. If the master instance fails, the replica instance will be promoted as the new master instance.
Time in ms between replication heartbeats.
True if the master's common name value is checked during the SSL handshake.