Module Values.CoverageByTimeSource

Reservation coverage for a specified period, in hours.

Sourcetype nonrec t = {
  1. timePeriod : DateInterval.t option;
    (*

    The period that this coverage was used over.

    *)
  2. groups : ReservationCoverageGroups.t option;
    (*

    The groups of instances that the reservation covered.

    *)
  3. total : Coverage.t option;
    (*

    The total reservation coverage, in hours.

    *)
}
Sourceval make : ?timePeriod:??? -> ?groups:??? -> ?total:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of AttributeType.t ] * [> `String of AttributeValue.t ]) list | `Structure of (string * [> `Structure of (string * [> `String of OnDemandHours.t ]) list ]) list ]) list ] list | `Structure of (string * [> `String of YearMonthDay.t | `Structure of (string * [> `String of OnDemandHours.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t