amazonka-panorama-2.0: Amazon Panorama SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON 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 #

Read EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

Show EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

NFData EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

Methods

rnf :: EthernetStatus -> () #

Eq EthernetStatus Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetStatus

Hashable 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" "amazonka-panorama-2.0-9Y2Sxd8ToqsBjPczgPI6n1" 'False) (C1 ('MetaCons "EthernetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConnectionStatus)) :*: (S1 ('MetaSel ('Just "hwAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipAddress") '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: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_hwAddress :: Lens' EthernetStatus (Maybe Text) Source #

The device's physical address.