AllowedNodeTypeModificationsMessage class

Represents the allowed node types you can use to modify your cluster or replication group.

Constructors

AllowedNodeTypeModificationsMessage({List<String>? scaleDownModifications, List<String>? scaleUpModifications})
AllowedNodeTypeModificationsMessage.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleDownModifications List<String>?
A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
final
scaleUpModifications List<String>?
A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.
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