Values.DiskInfoSourceDescribes a disk.
type nonrec t = {name : String_.t option;The disk name.
*)path : NonEmptyString.t option;The disk path.
*)sizeInGb : Integer.t option;The size of the disk in GB (32).
*)isSystemDisk : Boolean.t option;A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
*)}