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 |
Synopsis
- data PublicIpv4PoolRange = PublicIpv4PoolRange' {}
- newPublicIpv4PoolRange :: PublicIpv4PoolRange
- publicIpv4PoolRange_addressCount :: Lens' PublicIpv4PoolRange (Maybe Int)
- publicIpv4PoolRange_availableAddressCount :: Lens' PublicIpv4PoolRange (Maybe Int)
- publicIpv4PoolRange_firstAddress :: Lens' PublicIpv4PoolRange (Maybe Text)
- publicIpv4PoolRange_lastAddress :: Lens' PublicIpv4PoolRange (Maybe Text)
Documentation
data PublicIpv4PoolRange Source #
Describes an address range of an IPv4 address pool.
See: newPublicIpv4PoolRange
smart constructor.
PublicIpv4PoolRange' | |
|
Instances
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.
publicIpv4PoolRange_firstAddress :: Lens' PublicIpv4PoolRange (Maybe Text) Source #
The first IP address in the range.
publicIpv4PoolRange_lastAddress :: Lens' PublicIpv4PoolRange (Maybe Text) Source #
The last IP address in the range.