Values.NodeSnapshotSourceRepresents an individual cache node in a snapshot of a cluster.
type nonrec t = {cacheClusterId : String_.t option;A unique identifier for the source cluster.
*)nodeGroupId : String_.t option;A unique identifier for the source node group (shard).
*)cacheNodeId : String_.t option;The cache node identifier for the node in the source cluster.
*)nodeGroupConfiguration : NodeGroupConfiguration.t option;The configuration for the source node group (shard).
*)cacheSize : String_.t option;The size of the cache on the source cache node.
*)cacheNodeCreateTime : TStamp.t option;The date and time when the cache node was created in the source cluster.
*)snapshotCreateTime : TStamp.t option;The date and time when the source node's metadata and cache data set was obtained for the snapshot.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Integer of IntegerOptional.t
| `List of [> `String of String_.t ] list
| `String of AllowedNodeGroupId.t ])
list
| `Timestamp of TStamp.t ])
list ]