Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data NetworkInterfaceCountRequest Source #
The minimum and maximum number of network interfaces.
See: newNetworkInterfaceCountRequest
smart constructor.
Instances
newNetworkInterfaceCountRequest :: NetworkInterfaceCountRequest Source #
Create a value of NetworkInterfaceCountRequest
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:max:NetworkInterfaceCountRequest'
, networkInterfaceCountRequest_max
- The maximum number of network interfaces. To specify no maximum limit,
omit this parameter.
$sel:min:NetworkInterfaceCountRequest'
, networkInterfaceCountRequest_min
- The minimum number of network interfaces. To specify no minimum limit,
omit this parameter.
networkInterfaceCountRequest_max :: Lens' NetworkInterfaceCountRequest (Maybe Int) Source #
The maximum number of network interfaces. To specify no maximum limit, omit this parameter.
networkInterfaceCountRequest_min :: Lens' NetworkInterfaceCountRequest (Maybe Int) Source #
The minimum number of network interfaces. To specify no minimum limit, omit this parameter.