dropletIds

@JvmName(name = "sklwojtafwmnhggo")
suspend fun dropletIds(value: Output<List<Int>>)
@JvmName(name = "dubwioyfbyeskqir")
suspend fun dropletIds(value: List<Int>?)

Parameters

value

A list of the IDs of each droplet to be attached to the Load Balancer.


@JvmName(name = "yokubnjlmjhnoerb")
suspend fun dropletIds(vararg values: Output<Int>)


@JvmName(name = "bvtrsmoqgpxertve")
suspend fun dropletIds(values: List<Output<Int>>)
@JvmName(name = "tucwstcoetmnxqig")
suspend fun dropletIds(vararg values: Int)

Parameters

values

A list of the IDs of each droplet to be attached to the Load Balancer.