images

@JvmName(name = "qboldpgclntddlfm")
suspend fun images(value: Output<List<PoolImageArgs>>)
@JvmName(name = "cvcaoiiiprlhtgax")
suspend fun images(value: List<PoolImageArgs>)

Parameters

value

The VM images of the machines in the pool.


@JvmName(name = "cccaqecfamootdfj")
suspend fun images(vararg values: Output<PoolImageArgs>)


@JvmName(name = "mywobuiaeaiinkte")
suspend fun images(values: List<Output<PoolImageArgs>>)
@JvmName(name = "volbecgpdmofsoky")
suspend fun images(vararg values: PoolImageArgs)

Parameters

values

The VM images of the machines in the pool.


@JvmName(name = "bndwxamfrvihvjeb")
suspend fun images(argument: List<suspend PoolImageArgsBuilder.() -> Unit>)
@JvmName(name = "oiotscngpmfhwgwc")
suspend fun images(vararg argument: suspend PoolImageArgsBuilder.() -> Unit)
@JvmName(name = "rkvngctfmdupdmmi")
suspend fun images(argument: suspend PoolImageArgsBuilder.() -> Unit)

Parameters

argument

The VM images of the machines in the pool.