Database Instance Replication Cluster
data class DatabaseInstanceReplicationCluster(val drReplica: Boolean? = null, val failoverDrReplicaName: String? = null)
Properties
Link copied to clipboard
If the instance is a primary instance, then this field identifies the disaster recovery (DR) replica. The standard format of this field is "your-project:your-instance". You can also set this field to "your-instance", but cloud SQL backend will convert it to the aforementioned standard format.