Values.NetworkInterfaceCountRequestSourceThe minimum and maximum number of network interfaces for instance type selection. This is useful for workloads that require multiple network interfaces.
type nonrec t = {min : BoxedInteger.t option;The minimum number of network interfaces. Instance types that support fewer network interfaces are excluded from selection.
*)max : BoxedInteger.t option;The maximum number of network interfaces. Instance types that support more network interfaces are excluded from selection.
*)}