Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data NetworkInterface Source #
Network interface.
See: newNetworkInterface
smart constructor.
Instances
newNetworkInterface :: NetworkInterface Source #
Create a value of NetworkInterface
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:ips:NetworkInterface'
, networkInterface_ips
- Network interface IPs.
$sel:macAddress:NetworkInterface'
, networkInterface_macAddress
- Network interface Mac address.
$sel:isPrimary:NetworkInterface'
, networkInterface_isPrimary
- Network interface primary IP.
networkInterface_ips :: Lens' NetworkInterface (Maybe [Text]) Source #
Network interface IPs.
networkInterface_macAddress :: Lens' NetworkInterface (Maybe Text) Source #
Network interface Mac address.
networkInterface_isPrimary :: Lens' NetworkInterface (Maybe Bool) Source #
Network interface primary IP.