ClusterCrossClusterReplicationConfigSecondaryClusterArgs

data class ClusterCrossClusterReplicationConfigSecondaryClusterArgs(val cluster: Output<String>? = null, val uid: Output<String>? = null) : ConvertibleToJava<ClusterCrossClusterReplicationConfigSecondaryClusterArgs>

Constructors

constructor(cluster: Output<String>? = null, uid: Output<String>? = null)

Properties

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

(Output) The full resource path of the secondary cluster in the format: projects/{project}/locations/{region}/clusters/{cluster-id}

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

(Output) The unique id of the secondary cluster.

Functions

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