GetDatabaseInstanceReplicationCluster

data class GetDatabaseInstanceReplicationCluster(val drReplica: Boolean, val failoverDrReplicaName: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.