ProcessedUpdateAction class
Update action that has been processed for the corresponding apply/stop request
Constructors
- ProcessedUpdateAction({String? cacheClusterId, String? replicationGroupId, String? serviceUpdateName, UpdateActionStatus? updateActionStatus})
- ProcessedUpdateAction.fromXml(XmlElement elem)
-
factory
Properties
- cacheClusterId → String?
-
The ID of the cache cluster
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- replicationGroupId → String?
-
The ID of the replication group
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceUpdateName → String?
-
The unique ID of the service update
final
- updateActionStatus → UpdateActionStatus?
-
The status of the update action on the Redis cluster
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