Ipam Pool Properties Args
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.