Values.CoverageHoursSourceHow long a running instance either used a reservation or was On-Demand.
type nonrec t = {onDemandHours : OnDemandHours.t option;The number of instance running hours that On-Demand Instances covered.
*)reservedHours : ReservedHours.t option;The number of instance running hours that reservations covered.
*)totalRunningHours : TotalRunningHours.t option;The total instance usage, in hours.
*)coverageHoursPercentage : CoverageHoursPercentage.t option;The percentage of instance hours that a reservation covered.
*)}