ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs

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

Constructors

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

Properties

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

The full resource path of the primary 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 primary cluster.

Functions

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