Values.VCpuCountRangeSourceThe allowable range of vCPU processing power for the fleet.
type nonrec t = {min : MinOneMaxTenThousand.t;The minimum amount of vCPU.
*)max : MinOneMaxTenThousand.t option;The maximum amount of vCPU.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of MinOneMaxTenThousand.t ]) list ]