ClusterSecondaryConfigArgs

data class ClusterSecondaryConfigArgs(val primaryClusterName: Output<String>) : ConvertibleToJava<ClusterSecondaryConfigArgs>

Constructors

Link copied to clipboard
constructor(primaryClusterName: Output<String>)

Properties

Link copied to clipboard

Name of the primary cluster must be in the format 'projects/{project}/locations/{location}/clusters/{cluster_id}'

Functions

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