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 |
Documentation
data IpamPoolCidr Source #
A CIDR provisioned to an IPAM pool.
See: newIpamPoolCidr
smart constructor.
IpamPoolCidr' | |
|
Instances
newIpamPoolCidr :: IpamPoolCidr Source #
Create a value of IpamPoolCidr
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:cidr:IpamPoolCidr'
, ipamPoolCidr_cidr
- The CIDR provisioned to the IPAM pool. A CIDR is a representation of an
IP address and its associated network mask (or netmask) and refers to a
range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23
. An IPv6
CIDR example is 2001:DB8::/32
.
$sel:failureReason:IpamPoolCidr'
, ipamPoolCidr_failureReason
- Details related to why an IPAM pool CIDR failed to be provisioned.
$sel:state:IpamPoolCidr'
, ipamPoolCidr_state
- The state of the CIDR.
ipamPoolCidr_cidr :: Lens' IpamPoolCidr (Maybe Text) Source #
The CIDR provisioned to the IPAM pool. A CIDR is a representation of an
IP address and its associated network mask (or netmask) and refers to a
range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23
. An IPv6
CIDR example is 2001:DB8::/32
.
ipamPoolCidr_failureReason :: Lens' IpamPoolCidr (Maybe IpamPoolCidrFailureReason) Source #
Details related to why an IPAM pool CIDR failed to be provisioned.
ipamPoolCidr_state :: Lens' IpamPoolCidr (Maybe IpamPoolCidrState) Source #
The state of the CIDR.