InstanceConfigReplicaArgs

data class InstanceConfigReplicaArgs(val defaultLeaderLocation: Output<Boolean>? = null, val location: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<InstanceConfigReplicaArgs>

Constructors

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

Properties

Link copied to clipboard
val defaultLeaderLocation: Output<Boolean>? = null

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

Link copied to clipboard
val location: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>? = null

Indicates the type of replica. See the [replica types

Functions

Link copied to clipboard
open override fun toJava(): InstanceConfigReplicaArgs