IpamPoolPrefixAllocationArgs

data class IpamPoolPrefixAllocationArgs(val id: Output<String>? = null, val numberOfIpAddresses: Output<String>? = null) : ConvertibleToJava<IpamPoolPrefixAllocationArgs>

IpamPool prefix allocation reference.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, numberOfIpAddresses: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

Resource id of the associated Azure IpamPool resource.

Link copied to clipboard
val numberOfIpAddresses: Output<String>? = null

Number of IP addresses to allocate.

Functions

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