destinationDropletIds

@JvmName(name = "taifmuhsqqebwpuy")
suspend fun destinationDropletIds(value: Output<List<Int>>)
@JvmName(name = "vvcokadnhyajkkdr")
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 = "ghkrxeiiqcaedaak")
suspend fun destinationDropletIds(vararg values: Output<Int>)


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

Parameters

values

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