CrossClusterReplicationConfig constructor
CrossClusterReplicationConfig({
- String? clusterRole,
- Membership? membership,
- RemoteCluster? primaryCluster,
- List<
RemoteCluster> ? secondaryClusters, - String? updateTime,
Implementation
CrossClusterReplicationConfig({
this.clusterRole,
this.membership,
this.primaryCluster,
this.secondaryClusters,
this.updateTime,
});