amazonka-batch-2.0: Amazon Batch 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.Batch.Types.NetworkInterface

Description

 
Synopsis

Documentation

data NetworkInterface Source #

An object that represents the elastic network interface for a multi-node parallel job node.

See: newNetworkInterface smart constructor.

Constructors

NetworkInterface' 

Fields

Instances

Instances details
FromJSON NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Generic NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Associated Types

type Rep NetworkInterface :: Type -> Type #

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Show NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

type Rep NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

type Rep NetworkInterface = D1 ('MetaData "NetworkInterface" "Amazonka.Batch.Types.NetworkInterface" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" 'False) (C1 ('MetaCons "NetworkInterface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ipv6Address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "privateIpv4Address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:attachmentId:NetworkInterface', networkInterface_attachmentId - The attachment ID for the network interface.

$sel:ipv6Address:NetworkInterface', networkInterface_ipv6Address - The private IPv6 address for the network interface.

$sel:privateIpv4Address:NetworkInterface', networkInterface_privateIpv4Address - The private IPv4 address for the network interface.

networkInterface_attachmentId :: Lens' NetworkInterface (Maybe Text) Source #

The attachment ID for the network interface.

networkInterface_ipv6Address :: Lens' NetworkInterface (Maybe Text) Source #

The private IPv6 address for the network interface.

networkInterface_privateIpv4Address :: Lens' NetworkInterface (Maybe Text) Source #

The private IPv4 address for the network interface.