ReplicationGroupPendingModifiedValues class
The settings to be applied to the Redis replication group, either immediately or during the next maintenance window.
Constructors
- ReplicationGroupPendingModifiedValues({AuthTokenUpdateStatus? authTokenStatus, PendingAutomaticFailoverStatus? automaticFailoverStatus, String? primaryClusterId, ReshardingStatus? resharding, UserGroupsUpdateStatus? userGroups})
- ReplicationGroupPendingModifiedValues.fromXml(XmlElement elem)
-
factory
Properties
- authTokenStatus → AuthTokenUpdateStatus?
-
The auth token status
final
- automaticFailoverStatus → PendingAutomaticFailoverStatus?
-
Indicates the status of automatic failover for this Redis replication group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- primaryClusterId → String?
-
The primary cluster ID that is applied immediately (if
--apply-immediately
was specified), or during the next maintenance window.final - resharding → ReshardingStatus?
-
The status of an online resharding operation.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userGroups → UserGroupsUpdateStatus?
-
The user groups being modified.
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