NodeSnapshot class

Represents an individual cache node in a snapshot of a cluster.

Constructors

NodeSnapshot({String? cacheClusterId, DateTime? cacheNodeCreateTime, String? cacheNodeId, String? cacheSize, NodeGroupConfiguration? nodeGroupConfiguration, String? nodeGroupId, DateTime? snapshotCreateTime})
NodeSnapshot.fromXml(XmlElement elem)
factory

Properties

cacheClusterId String?
A unique identifier for the source cluster.
final
cacheNodeCreateTime DateTime?
The date and time when the cache node was created in the source cluster.
final
cacheNodeId String?
The cache node identifier for the node in the source cluster.
final
cacheSize String?
The size of the cache on the source cache node.
final
hashCode int
The hash code for this object.
no setterinherited
nodeGroupConfiguration NodeGroupConfiguration?
The configuration for the source node group (shard).
final
nodeGroupId String?
A unique identifier for the source node group (shard).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotCreateTime DateTime?
The date and time when the source node's metadata and cache data set was obtained for the snapshot.
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