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.EthernetPayload

Description

 
Synopsis

Documentation

data EthernetPayload Source #

A device's network configuration.

See: newEthernetPayload smart constructor.

Constructors

EthernetPayload' 

Fields

Instances

Instances details
Eq EthernetPayload Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetPayload

Read EthernetPayload Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetPayload

Show EthernetPayload Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetPayload

Generic EthernetPayload Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetPayload

Associated Types

type Rep EthernetPayload :: Type -> Type #

NFData EthernetPayload Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetPayload

Methods

rnf :: EthernetPayload -> () #

Hashable EthernetPayload Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetPayload

ToJSON EthernetPayload Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetPayload

FromJSON EthernetPayload Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetPayload

type Rep EthernetPayload Source # 
Instance details

Defined in Amazonka.Panorama.Types.EthernetPayload

type Rep EthernetPayload = D1 ('MetaData "EthernetPayload" "Amazonka.Panorama.Types.EthernetPayload" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "EthernetPayload'" 'PrefixI 'True) (S1 ('MetaSel ('Just "staticIpConnectionInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StaticIpConnectionInfo)) :*: S1 ('MetaSel ('Just "connectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectionType)))

newEthernetPayload Source #

Create a value of EthernetPayload 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:staticIpConnectionInfo:EthernetPayload', ethernetPayload_staticIpConnectionInfo - Network configuration for a static IP connection.

$sel:connectionType:EthernetPayload', ethernetPayload_connectionType - How the device gets an IP address.