Cluster Cross Cluster Replication Config Membership Args
data class ClusterCrossClusterReplicationConfigMembershipArgs(val primaryClusters: Output<List<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>>? = null, val secondaryClusters: Output<List<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>>? = null) : ConvertibleToJava<ClusterCrossClusterReplicationConfigMembershipArgs>
Constructors
Link copied to clipboard
constructor(primaryClusters: Output<List<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>>? = null, secondaryClusters: Output<List<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>>? = null)
Properties
Link copied to clipboard
val primaryClusters: Output<List<ClusterCrossClusterReplicationConfigMembershipPrimaryClusterArgs>>? = null
Details of the primary cluster that is used as the replication source for all the secondary clusters.
Link copied to clipboard
val secondaryClusters: Output<List<ClusterCrossClusterReplicationConfigMembershipSecondaryClusterArgs>>? = null
List of secondary clusters that are replicating from the primary cluster.