ServiceUpdate class

An update that you can apply to your Redis clusters.

Constructors

ServiceUpdate({bool? autoUpdateAfterRecommendedApplyByDate, String? engine, String? engineVersion, String? estimatedUpdateTime, String? serviceUpdateDescription, DateTime? serviceUpdateEndDate, String? serviceUpdateName, DateTime? serviceUpdateRecommendedApplyByDate, DateTime? serviceUpdateReleaseDate, ServiceUpdateSeverity? serviceUpdateSeverity, ServiceUpdateStatus? serviceUpdateStatus, ServiceUpdateType? serviceUpdateType})
ServiceUpdate.fromXml(XmlElement elem)
factory

Properties

autoUpdateAfterRecommendedApplyByDate bool?
Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.
final
engine String?
The Elasticache engine to which the update applies. Either Redis or Memcached
final
engineVersion String?
The Elasticache engine version to which the update applies. Either Redis or Memcached engine version
final
estimatedUpdateTime String?
The estimated length of time the service update will take
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceUpdateDescription String?
Provides details of the service update
final
serviceUpdateEndDate DateTime?
The date after which the service update is no longer available
final
serviceUpdateName String?
The unique ID of the service update
final
serviceUpdateRecommendedApplyByDate DateTime?
The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.
final
serviceUpdateReleaseDate DateTime?
The date when the service update is initially 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

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