Values.NetworkBandwidthGbpsRequestSourceThe minimum and maximum network bandwidth in gigabits per second (Gbps) for instance type selection. This is important for network-intensive workloads.
type nonrec t = {min : BoxedDouble.t option;The minimum network bandwidth in Gbps. Instance types with lower network bandwidth are excluded from selection.
*)max : BoxedDouble.t option;The maximum network bandwidth in Gbps. Instance types with higher network bandwidth are excluded from selection.
*)}