IpamPoolProvisionedCidr

data class IpamPoolProvisionedCidr(val cidr: String)

An address space to be inserted into this pool. All allocations must be made from this address space.

Constructors

Link copied to clipboard
constructor(cidr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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 .