| 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 |
Amazonka.Panorama.Types.EthernetStatus
Description
Documentation
data EthernetStatus Source #
A device's Ethernet status.
See: newEthernetStatus smart constructor.
Constructors
| EthernetStatus' | |
Fields
| |
Instances
newEthernetStatus :: EthernetStatus Source #
Create a value of EthernetStatus 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:connectionStatus:EthernetStatus', ethernetStatus_connectionStatus - The device's connection status.
$sel:hwAddress:EthernetStatus', ethernetStatus_hwAddress - The device's physical address.
$sel:ipAddress:EthernetStatus', ethernetStatus_ipAddress - The device's IP address.
ethernetStatus_connectionStatus :: Lens' EthernetStatus (Maybe NetworkConnectionStatus) Source #
The device's connection status.
ethernetStatus_hwAddress :: Lens' EthernetStatus (Maybe Text) Source #
The device's physical address.
ethernetStatus_ipAddress :: Lens' EthernetStatus (Maybe Text) Source #
The device's IP address.