Values.TotalLocalStorageGBRequestSourceThe minimum and maximum total local storage in gigabytes (GB) for instance types with local storage. This is useful for workloads that require local storage for temporary data or caching.
type nonrec t = {min : BoxedDouble.t option;The minimum total local storage in GB. Instance types with less local storage are excluded from selection.
*)max : BoxedDouble.t option;The maximum total local storage in GB. Instance types with more local storage are excluded from selection.
*)}