GlobalReplicationGroupMember class
A member of a Global Datastore. It contains the Replication Group Id, the AWS region and the role of the replication group.
Constructors
- GlobalReplicationGroupMember({AutomaticFailoverStatus? automaticFailover, String? replicationGroupId, String? replicationGroupRegion, String? role, String? status})
- GlobalReplicationGroupMember.fromXml(XmlElement elem)
-
factory
Properties
- automaticFailover → AutomaticFailoverStatus?
-
Indicates whether automatic failover is enabled for the replication group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- replicationGroupId → String?
-
The replication group id of the Global Datastore member.
final
- replicationGroupRegion → String?
-
The AWS region of the Global Datastore member.
final
- role → String?
-
Indicates the role of the replication group, primary or secondary.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the membership of the replication group.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited