ReshardingConfiguration class

A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

Constructors

ReshardingConfiguration({String? nodeGroupId, List<String>? preferredAvailabilityZones})

Properties

hashCode int
The hash code for this object.
no setterinherited
nodeGroupId String?
Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.
final
preferredAvailabilityZones List<String>?
A list of preferred availability zones for the nodes in this 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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited