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 |
Synopsis
- data NetworkInterface = NetworkInterface' {
- ipv6Address :: Maybe Text
- macAddress :: Maybe Text
- ipv4Address :: Maybe Text
- newNetworkInterface :: NetworkInterface
- networkInterface_ipv6Address :: Lens' NetworkInterface (Maybe Text)
- networkInterface_macAddress :: Lens' NetworkInterface (Maybe Text)
- networkInterface_ipv4Address :: Lens' NetworkInterface (Maybe Text)
Documentation
data NetworkInterface Source #
Describes a gateway's network interface.
See: newNetworkInterface
smart constructor.
NetworkInterface' | |
|
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:ipv6Address:NetworkInterface'
, networkInterface_ipv6Address
- The Internet Protocol version 6 (IPv6) address of the interface.
Currently not supported.
$sel:macAddress:NetworkInterface'
, networkInterface_macAddress
- The Media Access Control (MAC) address of the interface.
This is currently unsupported and will not be returned in output.
$sel:ipv4Address:NetworkInterface'
, networkInterface_ipv4Address
- The Internet Protocol version 4 (IPv4) address of the interface.
networkInterface_ipv6Address :: Lens' NetworkInterface (Maybe Text) Source #
The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.
networkInterface_macAddress :: Lens' NetworkInterface (Maybe Text) Source #
The Media Access Control (MAC) address of the interface.
This is currently unsupported and will not be returned in output.
networkInterface_ipv4Address :: Lens' NetworkInterface (Maybe Text) Source #
The Internet Protocol version 4 (IPv4) address of the interface.