Values.DiskMapSourceDescribes a block storage disk mapping.
type nonrec t = {originalDiskPath : NonEmptyString.t option;The original disk path exposed to the instance (for example, /dev/sdh).
*)newDiskName : ResourceName.t option;The new disk name (my-new-disk).
*)}