Values_0.DiskInfoSourceDescribes a disk.
type nonrec t = {sizeInGB : DiskSize.t option;The size of the disk in GB.
*)count : DiskCount.t option;The number of disks with this configuration.
*)type_ : DiskType.t option;The type of disk.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of DiskCount.t | `Long of DiskSize.t ])
list ]