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

Description

 
Synopsis

Documentation

data Ipv4PrefixSpecification Source #

Describes an IPv4 prefix.

See: newIpv4PrefixSpecification smart constructor.

Constructors

Ipv4PrefixSpecification' 

Fields

Instances

Instances details
FromXML Ipv4PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecification

Generic Ipv4PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecification

Associated Types

type Rep Ipv4PrefixSpecification :: Type -> Type #

Read Ipv4PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecification

Show Ipv4PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecification

NFData Ipv4PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecification

Methods

rnf :: Ipv4PrefixSpecification -> () #

Eq Ipv4PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecification

Hashable Ipv4PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecification

type Rep Ipv4PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecification

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

newIpv4PrefixSpecification :: Ipv4PrefixSpecification Source #

Create a value of Ipv4PrefixSpecification 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:Ipv4PrefixSpecification', ipv4PrefixSpecification_ipv4Prefix - The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

ipv4PrefixSpecification_ipv4Prefix :: Lens' Ipv4PrefixSpecification (Maybe Text) Source #

The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.