InstanceConfigReplica

data class InstanceConfigReplica(val defaultLeaderLocation: Boolean? = null, val location: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(defaultLeaderLocation: Boolean? = null, location: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, this location is designated as the default leader location where leader replicas are placed.

Link copied to clipboard
val location: String? = null

The location of the serving resources, e.g. "us-central1".

Link copied to clipboard
val type: String? = null

Indicates the type of replica. See the [replica types