CrossClusterReplicationConfig constructor

CrossClusterReplicationConfig({
  1. String? clusterRole,
  2. Membership? membership,
  3. RemoteCluster? primaryCluster,
  4. List<RemoteCluster>? secondaryClusters,
  5. String? updateTime,
})

Implementation

CrossClusterReplicationConfig({
  this.clusterRole,
  this.membership,
  this.primaryCluster,
  this.secondaryClusters,
  this.updateTime,
});