GetIpamPreviewNextCidrPlainArgs

data class GetIpamPreviewNextCidrPlainArgs(val disallowedCidrs: List<String>? = null, val ipamPoolId: String, val netmaskLength: Int? = null) : ConvertibleToJava<GetIpamPreviewNextCidrPlainArgs>

A collection of arguments for invoking getIpamPreviewNextCidr.

Constructors

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

Properties

Link copied to clipboard

Exclude a particular CIDR range from being returned by the pool.

Link copied to clipboard

ID of the pool to which you want to assign a CIDR.

Link copied to clipboard
val netmaskLength: Int? = null

Netmask length of the CIDR you would like to preview from the IPAM pool.

Functions

Link copied to clipboard
open override fun toJava(): GetIpamPreviewNextCidrPlainArgs