Values_2.DiskImageSourceDescribes a disk image.
type nonrec t = {description : Values_0.String_.t option;A description of the disk image.
*)image : Values_1.DiskImageDetail.t option;Information about the disk image.
*)volume : Values_1.VolumeDetail.t option;Information about the volume.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `Long of Values_0.Long.t
| `String of Values_0.ImportManifestUrl.t ])
list ])
list ]