Module Values_0.VCpuCountRangeRequestSource

The minimum and maximum number of vCPUs.

Sourcetype nonrec t = {
  1. min : Integer.t;
    (*

    The minimum number of vCPUs. To specify no minimum limit, specify 0.

    *)
  2. max : Integer.t option;
    (*

    The maximum number of vCPUs. To specify no maximum limit, omit this parameter.

    *)
}
Sourceval context_ : string
Sourceval make : ?max:??? -> min:Integer.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.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