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

Description

 
Synopsis

Documentation

data PublicIpv4PoolRange Source #

Describes an address range of an IPv4 address pool.

See: newPublicIpv4PoolRange smart constructor.

Constructors

PublicIpv4PoolRange' 

Fields

Instances

Instances details
FromXML PublicIpv4PoolRange Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4PoolRange

Generic PublicIpv4PoolRange Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4PoolRange

Associated Types

type Rep PublicIpv4PoolRange :: Type -> Type #

Read PublicIpv4PoolRange Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4PoolRange

Show PublicIpv4PoolRange Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4PoolRange

NFData PublicIpv4PoolRange Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4PoolRange

Methods

rnf :: PublicIpv4PoolRange -> () #

Eq PublicIpv4PoolRange Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4PoolRange

Hashable PublicIpv4PoolRange Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4PoolRange

type Rep PublicIpv4PoolRange Source # 
Instance details

Defined in Amazonka.EC2.Types.PublicIpv4PoolRange

type Rep PublicIpv4PoolRange = D1 ('MetaData "PublicIpv4PoolRange" "Amazonka.EC2.Types.PublicIpv4PoolRange" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "PublicIpv4PoolRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "addressCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "availableAddressCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "firstAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPublicIpv4PoolRange :: PublicIpv4PoolRange Source #

Create a value of PublicIpv4PoolRange 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:addressCount:PublicIpv4PoolRange', publicIpv4PoolRange_addressCount - The number of addresses in the range.

$sel:availableAddressCount:PublicIpv4PoolRange', publicIpv4PoolRange_availableAddressCount - The number of available addresses in the range.

$sel:firstAddress:PublicIpv4PoolRange', publicIpv4PoolRange_firstAddress - The first IP address in the range.

$sel:lastAddress:PublicIpv4PoolRange', publicIpv4PoolRange_lastAddress - The last IP address in the range.

publicIpv4PoolRange_addressCount :: Lens' PublicIpv4PoolRange (Maybe Int) Source #

The number of addresses in the range.

publicIpv4PoolRange_availableAddressCount :: Lens' PublicIpv4PoolRange (Maybe Int) Source #

The number of available addresses in the range.