| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.Ipv6Pool
Description
Synopsis
- data Ipv6Pool = Ipv6Pool' {
- description :: Maybe Text
- poolCidrBlocks :: Maybe [PoolCidrBlock]
- poolId :: Maybe Text
- tags :: Maybe [Tag]
- newIpv6Pool :: Ipv6Pool
- ipv6Pool_description :: Lens' Ipv6Pool (Maybe Text)
- ipv6Pool_poolCidrBlocks :: Lens' Ipv6Pool (Maybe [PoolCidrBlock])
- ipv6Pool_poolId :: Lens' Ipv6Pool (Maybe Text)
- ipv6Pool_tags :: Lens' Ipv6Pool (Maybe [Tag])
Documentation
Describes an IPv6 address pool.
See: newIpv6Pool smart constructor.
Constructors
| Ipv6Pool' | |
Fields
| |
Instances
| FromXML Ipv6Pool Source # | |
| Generic Ipv6Pool Source # | |
| Read Ipv6Pool Source # | |
| Show Ipv6Pool Source # | |
| NFData Ipv6Pool Source # | |
Defined in Amazonka.EC2.Types.Ipv6Pool | |
| Eq Ipv6Pool Source # | |
| Hashable Ipv6Pool Source # | |
Defined in Amazonka.EC2.Types.Ipv6Pool | |
| type Rep Ipv6Pool Source # | |
Defined in Amazonka.EC2.Types.Ipv6Pool type Rep Ipv6Pool = D1 ('MetaData "Ipv6Pool" "Amazonka.EC2.Types.Ipv6Pool" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "Ipv6Pool'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "poolCidrBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PoolCidrBlock]))) :*: (S1 ('MetaSel ('Just "poolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) | |
newIpv6Pool :: Ipv6Pool Source #
Create a value of Ipv6Pool 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:Ipv6Pool', ipv6Pool_description - The description for the address pool.
$sel:poolCidrBlocks:Ipv6Pool', ipv6Pool_poolCidrBlocks - The CIDR blocks for the address pool.
$sel:poolId:Ipv6Pool', ipv6Pool_poolId - The ID of the address pool.
$sel:tags:Ipv6Pool', ipv6Pool_tags - Any tags for the address pool.
ipv6Pool_poolCidrBlocks :: Lens' Ipv6Pool (Maybe [PoolCidrBlock]) Source #
The CIDR blocks for the address pool.