libZSservicesZSamazonka-panoramaZSamazonka-panorama
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Panorama.Types.EthernetStatus

Description

 
Synopsis

Documentation

data EthernetStatus Source #

A device's Ethernet status.

See: newEthernetStatus smart constructor.

Constructors

EthernetStatus' 

Fields

Instances

Instances details
Eq EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

Read EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

Show EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

Generic EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

Associated Types

type Rep EthernetStatus :: Type -> Type #

NFData EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

Methods

rnf :: EthernetStatus -> () #

Hashable EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

FromJSON EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

type Rep EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

type Rep EthernetStatus = D1 ('MetaData "EthernetStatus" "Amazonka.Panorama.Types.EthernetStatus" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "EthernetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConnectionStatus)) :*: S1 ('MetaSel ('Just "hwAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:ipAddress:EthernetStatus', ethernetStatus_ipAddress - The device's IP address.

$sel:connectionStatus:EthernetStatus', ethernetStatus_connectionStatus - The device's connection status.

$sel:hwAddress:EthernetStatus', ethernetStatus_hwAddress - The device's physical address.

ethernetStatus_hwAddress :: Lens' EthernetStatus (Maybe Text) Source #

The device's physical address.