IpamPoolPropertiesResponse

data class IpamPoolPropertiesResponse(val addressPrefixes: List<String>, val description: String? = null, val displayName: String? = null, val ipAddressType: List<String>, val parentPoolName: String? = null, val provisioningState: String)

Properties of IpamPool resource properties which are specific to the Pool resource.

Constructors

Link copied to clipboard
constructor(addressPrefixes: List<String>, description: String? = null, displayName: String? = null, ipAddressType: List<String>, parentPoolName: String? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of IP address prefixes of the resource.

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val displayName: String? = null

String representing a friendly name for the resource.

Link copied to clipboard

List of IP address type for the IpamPool.

Link copied to clipboard
val parentPoolName: String? = null

String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.

Link copied to clipboard

Provisioning states of a resource.