libZSservicesZSamazonka-mgnZSamazonka-mgn
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.MGN.Types.NetworkInterface

Description

 
Synopsis

Documentation

data NetworkInterface Source #

Network interface.

See: newNetworkInterface smart constructor.

Constructors

NetworkInterface' 

Fields

Instances

Instances details
Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.MGN.Types.NetworkInterface

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.MGN.Types.NetworkInterface

Show NetworkInterface Source # 
Instance details

Defined in Amazonka.MGN.Types.NetworkInterface

Generic NetworkInterface Source # 
Instance details

Defined in Amazonka.MGN.Types.NetworkInterface

Associated Types

type Rep NetworkInterface :: Type -> Type #

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.MGN.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.MGN.Types.NetworkInterface

FromJSON NetworkInterface Source # 
Instance details

Defined in Amazonka.MGN.Types.NetworkInterface

type Rep NetworkInterface Source # 
Instance details

Defined in Amazonka.MGN.Types.NetworkInterface

type Rep NetworkInterface = D1 ('MetaData "NetworkInterface" "Amazonka.MGN.Types.NetworkInterface" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "NetworkInterface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ips") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "macAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isPrimary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newNetworkInterface :: NetworkInterface Source #

Create a value of NetworkInterface 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:ips:NetworkInterface', networkInterface_ips - Network interface IPs.

$sel:macAddress:NetworkInterface', networkInterface_macAddress - Network interface Mac address.

$sel:isPrimary:NetworkInterface', networkInterface_isPrimary - Network interface primary IP.