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

Description

 
Synopsis

Documentation

data PublicIpv4Pool Source #

Describes an IPv4 address pool.

See: newPublicIpv4Pool smart constructor.

Constructors

PublicIpv4Pool' 

Fields

Instances

Instances details
FromXML PublicIpv4Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4Pool

Generic PublicIpv4Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4Pool

Associated Types

type Rep PublicIpv4Pool :: Type -> Type #

Read PublicIpv4Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4Pool

Show PublicIpv4Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4Pool

NFData PublicIpv4Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4Pool

Methods

rnf :: PublicIpv4Pool -> () #

Eq PublicIpv4Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4Pool

Hashable PublicIpv4Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4Pool

type Rep PublicIpv4Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4Pool

type Rep PublicIpv4Pool = D1 ('MetaData "PublicIpv4Pool" "Amazonka.EC2.Types.PublicIpv4Pool" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "PublicIpv4Pool'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "networkBorderGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "poolAddressRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PublicIpv4PoolRange])))) :*: ((S1 ('MetaSel ('Just "poolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "totalAddressCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalAvailableAddressCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newPublicIpv4Pool :: PublicIpv4Pool Source #

Create a value of PublicIpv4Pool 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:description:PublicIpv4Pool', publicIpv4Pool_description - A description of the address pool.

$sel:networkBorderGroup:PublicIpv4Pool', publicIpv4Pool_networkBorderGroup - The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.

$sel:poolAddressRanges:PublicIpv4Pool', publicIpv4Pool_poolAddressRanges - The address ranges.

$sel:poolId:PublicIpv4Pool', publicIpv4Pool_poolId - The ID of the address pool.

$sel:tags:PublicIpv4Pool', publicIpv4Pool_tags - Any tags for the address pool.

$sel:totalAddressCount:PublicIpv4Pool', publicIpv4Pool_totalAddressCount - The total number of addresses.

$sel:totalAvailableAddressCount:PublicIpv4Pool', publicIpv4Pool_totalAvailableAddressCount - The total number of available addresses.

publicIpv4Pool_description :: Lens' PublicIpv4Pool (Maybe Text) Source #

A description of the address pool.

publicIpv4Pool_networkBorderGroup :: Lens' PublicIpv4Pool (Maybe Text) Source #

The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.

publicIpv4Pool_poolId :: Lens' PublicIpv4Pool (Maybe Text) Source #

The ID of the address pool.

publicIpv4Pool_tags :: Lens' PublicIpv4Pool (Maybe [Tag]) Source #

Any tags for the address pool.

publicIpv4Pool_totalAvailableAddressCount :: Lens' PublicIpv4Pool (Maybe Int) Source #

The total number of available addresses.