DatabaseInstanceReplicationCluster

data class DatabaseInstanceReplicationCluster(val drReplica: Boolean? = null, val failoverDrReplicaName: String? = null)

Constructors

Link copied to clipboard
constructor(drReplica: Boolean? = null, failoverDrReplicaName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val drReplica: Boolean? = null

Read-only field that indicates whether the replica is a DR replica.

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.