CacheNodeTypeSpecificParameter class
A parameter that has a different value for each cache node type it is
applied to. For example, in a Redis cluster, a cache.m1.large
cache node type would have a larger maxmemory
value than a
cache.m1.small
type.
Constructors
-
CacheNodeTypeSpecificParameter({String? allowedValues, List<
CacheNodeTypeSpecificValue> ? cacheNodeTypeSpecificValues, ChangeType? changeType, String? dataType, String? description, bool? isModifiable, String? minimumEngineVersion, String? parameterName, String? source}) - CacheNodeTypeSpecificParameter.fromXml(XmlElement elem)
-
factory
Properties
- allowedValues → String?
-
The valid range of values for the parameter.
final
-
cacheNodeTypeSpecificValues
→ List<
CacheNodeTypeSpecificValue> ? -
A list of cache node types and their corresponding values for this
parameter.
final
- changeType → ChangeType?
-
Indicates whether a change to the parameter is applied immediately or
requires a reboot for the change to be applied. You can force a reboot or
wait until the next maintenance window's reboot. For more information, see
Rebooting
a Cluster.
final
- dataType → String?
-
The valid data type for the parameter.
final
- description → String?
-
A description of the parameter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isModifiable → bool?
-
Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.final - minimumEngineVersion → String?
-
The earliest cache engine version to which the parameter can apply.
final
- parameterName → String?
-
The name of the parameter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String?
-
The source of the parameter value.
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