IpamPoolPrefixAllocationResponse

data class IpamPoolPrefixAllocationResponse(val allocatedAddressPrefixes: List<String>, val id: String? = null, val numberOfIpAddresses: String? = null)

IpamPool prefix allocation reference.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of assigned IP address prefixes in the IpamPool of the associated resource.

Link copied to clipboard
val id: String? = null

Resource id of the associated Azure IpamPool resource.

Link copied to clipboard

Number of IP addresses to allocate.