GetIpamPreviewNextCidrResult

data class GetIpamPreviewNextCidrResult(val cidr: String, val disallowedCidrs: List<String>? = null, val id: String, val ipamPoolId: String, val netmaskLength: Int? = null)

A collection of values returned by getIpamPreviewNextCidr.

Constructors

Link copied to clipboard
constructor(cidr: String, disallowedCidrs: List<String>? = null, id: String, ipamPoolId: String, netmaskLength: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Previewed CIDR from the pool.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val netmaskLength: Int? = null