NodeGroupMemberUpdateStatus class

The status of the service update on the node group member

Constructors

NodeGroupMemberUpdateStatus({String? cacheClusterId, String? cacheNodeId, DateTime? nodeDeletionDate, DateTime? nodeUpdateEndDate, NodeUpdateInitiatedBy? nodeUpdateInitiatedBy, DateTime? nodeUpdateInitiatedDate, DateTime? nodeUpdateStartDate, NodeUpdateStatus? nodeUpdateStatus, DateTime? nodeUpdateStatusModifiedDate})
NodeGroupMemberUpdateStatus.fromXml(XmlElement elem)
factory

Properties

cacheClusterId String?
The cache cluster ID
final
cacheNodeId String?
The node ID of the cache cluster
final
hashCode int
The hash code for this object.
no setterinherited
nodeDeletionDate DateTime?
The deletion date of the node
final
nodeUpdateEndDate DateTime?
The end date of the update for a node
final
nodeUpdateInitiatedBy NodeUpdateInitiatedBy?
Reflects whether the update was initiated by the customer or automatically applied
final
nodeUpdateInitiatedDate DateTime?
The date when the update is triggered
final
nodeUpdateStartDate DateTime?
The start date of the update for a node
final
nodeUpdateStatus NodeUpdateStatus?
The update status of the node
final
nodeUpdateStatusModifiedDate DateTime?
The date when the NodeUpdateStatus was last modified
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