amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.NetworkInterfacePrivateIpAddress

Description

 
Synopsis

Documentation

data NetworkInterfacePrivateIpAddress Source #

Describes the private IPv4 address of a network interface.

See: newNetworkInterfacePrivateIpAddress smart constructor.

Constructors

NetworkInterfacePrivateIpAddress' 

Fields

Instances

Instances details
FromXML NetworkInterfacePrivateIpAddress Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfacePrivateIpAddress

Generic NetworkInterfacePrivateIpAddress Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfacePrivateIpAddress

Associated Types

type Rep NetworkInterfacePrivateIpAddress :: Type -> Type #

Read NetworkInterfacePrivateIpAddress Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfacePrivateIpAddress

Show NetworkInterfacePrivateIpAddress Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfacePrivateIpAddress

NFData NetworkInterfacePrivateIpAddress Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfacePrivateIpAddress

Eq NetworkInterfacePrivateIpAddress Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfacePrivateIpAddress

Hashable NetworkInterfacePrivateIpAddress Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfacePrivateIpAddress

type Rep NetworkInterfacePrivateIpAddress Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfacePrivateIpAddress

type Rep NetworkInterfacePrivateIpAddress = D1 ('MetaData "NetworkInterfacePrivateIpAddress" "Amazonka.EC2.Types.NetworkInterfacePrivateIpAddress" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "NetworkInterfacePrivateIpAddress'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "association") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkInterfaceAssociation)) :*: S1 ('MetaSel ('Just "primary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "privateDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "privateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newNetworkInterfacePrivateIpAddress :: NetworkInterfacePrivateIpAddress Source #

Create a value of NetworkInterfacePrivateIpAddress 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:association:NetworkInterfacePrivateIpAddress', networkInterfacePrivateIpAddress_association - The association information for an Elastic IP address (IPv4) associated with the network interface.

$sel:primary:NetworkInterfacePrivateIpAddress', networkInterfacePrivateIpAddress_primary - Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

$sel:privateDnsName:NetworkInterfacePrivateIpAddress', networkInterfacePrivateIpAddress_privateDnsName - The private DNS name.

$sel:privateIpAddress:NetworkInterfacePrivateIpAddress', networkInterfacePrivateIpAddress_privateIpAddress - The private IPv4 address.

networkInterfacePrivateIpAddress_association :: Lens' NetworkInterfacePrivateIpAddress (Maybe NetworkInterfaceAssociation) Source #

The association information for an Elastic IP address (IPv4) associated with the network interface.

networkInterfacePrivateIpAddress_primary :: Lens' NetworkInterfacePrivateIpAddress (Maybe Bool) Source #

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.