CrossClusterReplicationConfig class
Cross cluster replication config.
Constructors
-
CrossClusterReplicationConfig.new({String? clusterRole, Membership? membership, RemoteCluster? primaryCluster, List<
RemoteCluster> ? secondaryClusters, String? updateTime}) - CrossClusterReplicationConfig.fromJson(Map json_)
Properties
- clusterRole ↔ String?
-
The role of the cluster in cross cluster replication.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- membership ↔ Membership?
-
An output only view of all the member clusters participating in the cross
cluster replication.
getter/setter pair
- primaryCluster ↔ RemoteCluster?
-
Details of the primary cluster that is used as the replication source for
this secondary cluster.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secondaryClusters
↔ List<
RemoteCluster> ? -
List of secondary clusters that are replicating from this primary cluster.
getter/setter pair
- updateTime ↔ String?
-
The last time cross cluster replication config was updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited