IpamPoolPropertiesArgs

data class IpamPoolPropertiesArgs(val addressPrefixes: Output<List<String>>, val description: Output<String>? = null, val displayName: Output<String>? = null, val parentPoolName: Output<String>? = null) : ConvertibleToJava<IpamPoolPropertiesArgs>

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

Constructors

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

Properties

Link copied to clipboard

List of IP address prefixes of the resource.

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

String representing a friendly name for the resource.

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

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

Functions

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