GetDedicatedIpPoolPlainArgs

data class GetDedicatedIpPoolPlainArgs(val poolName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDedicatedIpPoolPlainArgs>

A collection of arguments for invoking getDedicatedIpPool.

Constructors

Link copied to clipboard
fun GetDedicatedIpPoolPlainArgs(poolName: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

Name of the dedicated IP pool.

Link copied to clipboard
val tags: Map<String, String>? = null

A map of tags attached to the pool.