Module Values.UsageMetricBasisSource

Specifies the performance metrics to use for the server that is used for recommendations.

Sourcetype nonrec t = {
  1. name : UsageMetricBasisName.t option;
    (*

    A utilization metric that is used by the recommendations.

    *)
  2. percentageAdjust : UsageMetricPercentageAdjust.t option;
    (*

    Specifies the percentage of the specified utilization metric that is used by the recommendations.

    *)
}
Sourceval make : ?name:??? -> ?percentageAdjust:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of UsageMetricPercentageAdjust.t | `String of UsageMetricBasisName.t ]) 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