destinationDropletIds

@JvmName(name = "nqgoavbovgraajoe")
suspend fun destinationDropletIds(value: Output<List<Int>>)
@JvmName(name = "kgnkyktmmmujjnhh")
suspend fun destinationDropletIds(value: List<Int>?)

Parameters

value

An array containing the IDs of the Droplets to which the outbound traffic will be allowed.


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


@JvmName(name = "hwwswvkdplayculy")
suspend fun destinationDropletIds(values: List<Output<Int>>)
@JvmName(name = "pdanwjfsgkqdtjfg")
suspend fun destinationDropletIds(vararg values: Int)

Parameters

values

An array containing the IDs of the Droplets to which the outbound traffic will be allowed.