PendingModifiedValues class
A group of settings that are applied to the cluster in the future, or that are currently being applied.
Constructors
-
PendingModifiedValues({AuthTokenUpdateStatus? authTokenStatus, List<
String> ? cacheNodeIdsToRemove, String? cacheNodeType, String? engineVersion, int? numCacheNodes}) - PendingModifiedValues.fromXml(XmlElement elem)
-
factory
Properties
- authTokenStatus → AuthTokenUpdateStatus?
-
The auth token status
final
-
cacheNodeIdsToRemove
→ List<
String> ? -
A list of cache node IDs that are being removed (or will be removed) from
the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).
final
- cacheNodeType → String?
-
The cache node type that this cluster or replication group is scaled to.
final
- engineVersion → String?
-
The new cache engine version that the cluster runs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- numCacheNodes → int?
-
The new number of cache nodes for the cluster.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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