Values.DiskSourceAn object representing a data storage device on a server.
type nonrec t = {deviceName : BoundedString.t option;The disk or device name.
*)bytes : PositiveInteger.t option;The amount of storage on the disk in bytes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of PositiveInteger.t | `String of BoundedString.t ])
list ]