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
constructor(poolName: String, tags: Map<String, String>? = null)

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.

Functions

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