CacheParameterGroupStatus class
Status of the cache parameter group.
Constructors
-
CacheParameterGroupStatus({List<
String> ? cacheNodeIdsToReboot, String? cacheParameterGroupName, String? parameterApplyStatus}) - CacheParameterGroupStatus.fromXml(XmlElement elem)
-
factory
Properties
-
cacheNodeIdsToReboot
→ List<
String> ? -
A list of the cache node IDs which need to be rebooted for parameter changes
to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
final
- cacheParameterGroupName → String?
-
The name of the cache parameter group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- parameterApplyStatus → String?
-
The status of parameter updates.
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