Values.RecoveryInstanceDataReplicationInfoReplicatedDiskSourceA disk that should be replicated.
type nonrec t = {deviceName : BoundedString.t option;The name of the device.
*)totalStorageBytes : PositiveInteger.t option;The total amount of data to be replicated in bytes.
*)replicatedStorageBytes : PositiveInteger.t option;The amount of data replicated so far in bytes.
*)rescannedStorageBytes : PositiveInteger.t option;The amount of data to be rescanned in bytes.
*)backloggedStorageBytes : PositiveInteger.t option;The size of the replication backlog in bytes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of PositiveInteger.t | `String of BoundedString.t ])
list ]