ReplicaInfoArgs

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

Constructors

Link copied to clipboard
constructor(defaultLeaderLocation: Output<Boolean>? = null, location: Output<String>? = null, type: Output<ReplicaInfoType>? = 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. See the region types documentation for more details.

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<ReplicaInfoType>? = null

The type of replica.

Functions

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