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 |
Documentation
data NetworkInterfaceCount Source #
The minimum and maximum number of network interfaces.
See: newNetworkInterfaceCount
smart constructor.
Instances
newNetworkInterfaceCount :: NetworkInterfaceCount Source #
Create a value of NetworkInterfaceCount
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:NetworkInterfaceCount'
, networkInterfaceCount_max
- The maximum number of network interfaces. If this parameter is not
specified, there is no maximum limit.
$sel:min:NetworkInterfaceCount'
, networkInterfaceCount_min
- The minimum number of network interfaces. If this parameter is not
specified, there is no minimum limit.
networkInterfaceCount_max :: Lens' NetworkInterfaceCount (Maybe Int) Source #
The maximum number of network interfaces. If this parameter is not specified, there is no maximum limit.
networkInterfaceCount_min :: Lens' NetworkInterfaceCount (Maybe Int) Source #
The minimum number of network interfaces. If this parameter is not specified, there is no minimum limit.