UpdateAction class

The status of the service update for a specific replication group

Constructors

UpdateAction({String? cacheClusterId, List<CacheNodeUpdateStatus>? cacheNodeUpdateStatus, String? engine, String? estimatedUpdateTime, List<NodeGroupUpdateStatus>? nodeGroupUpdateStatus, String? nodesUpdated, String? replicationGroupId, String? serviceUpdateName, DateTime? serviceUpdateRecommendedApplyByDate, DateTime? serviceUpdateReleaseDate, ServiceUpdateSeverity? serviceUpdateSeverity, ServiceUpdateStatus? serviceUpdateStatus, ServiceUpdateType? serviceUpdateType, SlaMet? slaMet, DateTime? updateActionAvailableDate, UpdateActionStatus? updateActionStatus, DateTime? updateActionStatusModifiedDate})
UpdateAction.fromXml(XmlElement elem)
factory

Properties

cacheClusterId String?
The ID of the cache cluster
final
cacheNodeUpdateStatus List<CacheNodeUpdateStatus>?
The status of the service update on the cache node
final
engine String?
The Elasticache engine to which the update applies. Either Redis or Memcached
final
estimatedUpdateTime String?
The estimated length of time for the update to complete
final
hashCode int
The hash code for this object.
no setterinherited
nodeGroupUpdateStatus List<NodeGroupUpdateStatus>?
The status of the service update on the node group
final
nodesUpdated String?
The progress of the service update on the replication group
final
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
serviceUpdateRecommendedApplyByDate DateTime?
The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.
final
serviceUpdateReleaseDate DateTime?
The date the update is first available
final
serviceUpdateSeverity ServiceUpdateSeverity?
The severity of the service update
final
serviceUpdateStatus ServiceUpdateStatus?
The status of the service update
final
serviceUpdateType ServiceUpdateType?
Reflects the nature of the service update
final
slaMet SlaMet?
If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date.
final
updateActionAvailableDate DateTime?
The date that the service update is available to a replication group
final
updateActionStatus UpdateActionStatus?
The status of the update action
final
updateActionStatusModifiedDate DateTime?
The date when the UpdateActionStatus was last 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