| 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 |
Amazonka.Panorama.Types.NetworkStatus
Description
Synopsis
Documentation
data NetworkStatus Source #
The network status of a device.
See: newNetworkStatus smart constructor.
Constructors
| NetworkStatus' | |
Fields
| |
Instances
newNetworkStatus :: NetworkStatus Source #
Create a value of NetworkStatus 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:ethernet1Status:NetworkStatus', networkStatus_ethernet1Status - The status of Ethernet port 1.
$sel:ethernet0Status:NetworkStatus', networkStatus_ethernet0Status - The status of Ethernet port 0.
networkStatus_ethernet1Status :: Lens' NetworkStatus (Maybe EthernetStatus) Source #
The status of Ethernet port 1.
networkStatus_ethernet0Status :: Lens' NetworkStatus (Maybe EthernetStatus) Source #
The status of Ethernet port 0.