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

Description

 
Synopsis

Documentation

data InstanceIpv4Prefix Source #

Information about an IPv4 prefix.

See: newInstanceIpv4Prefix smart constructor.

Constructors

InstanceIpv4Prefix' 

Fields

Instances

Instances details
FromXML InstanceIpv4Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv4Prefix

Generic InstanceIpv4Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv4Prefix

Associated Types

type Rep InstanceIpv4Prefix :: Type -> Type #

Read InstanceIpv4Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv4Prefix

Show InstanceIpv4Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv4Prefix

NFData InstanceIpv4Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv4Prefix

Methods

rnf :: InstanceIpv4Prefix -> () #

Eq InstanceIpv4Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv4Prefix

Hashable InstanceIpv4Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv4Prefix

type Rep InstanceIpv4Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv4Prefix

type Rep InstanceIpv4Prefix = D1 ('MetaData "InstanceIpv4Prefix" "Amazonka.EC2.Types.InstanceIpv4Prefix" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceIpv4Prefix'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipv4Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstanceIpv4Prefix :: InstanceIpv4Prefix Source #

Create a value of InstanceIpv4Prefix 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:ipv4Prefix:InstanceIpv4Prefix', instanceIpv4Prefix_ipv4Prefix - One or more IPv4 prefixes assigned to the network interface.

instanceIpv4Prefix_ipv4Prefix :: Lens' InstanceIpv4Prefix (Maybe Text) Source #

One or more IPv4 prefixes assigned to the network interface.