instances

@JvmName(name = "gquothqvveapxsqp")
suspend fun instances(value: Output<List<String>>)
@JvmName(name = "nbgwqketgqewdvir")
suspend fun instances(value: List<String>?)

Parameters

value

List of instances in the pool. They can be given as URLs, or in the form of "zone/name". Note that the instances need not exist at the time of target pool creation, so there is no need to use the interpolation to create a dependency on the instances from the target pool.


@JvmName(name = "wwakiybijruroaer")
suspend fun instances(vararg values: Output<String>)


@JvmName(name = "rgogxmsrnibpwmrr")
suspend fun instances(values: List<Output<String>>)
@JvmName(name = "mnojfuavtyuityoa")
suspend fun instances(vararg values: String)

Parameters

values

List of instances in the pool. They can be given as URLs, or in the form of "zone/name". Note that the instances need not exist at the time of target pool creation, so there is no need to use the interpolation to create a dependency on the instances from the target pool.