dropletIds

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

Parameters

value

The list of the IDs of the Droplets assigned to the Firewall (max. 10). If you want to assign more droplets to the Firewall, add Tags to them and use the tags argument below.


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


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

Parameters

values

The list of the IDs of the Droplets assigned to the Firewall (max. 10). If you want to assign more droplets to the Firewall, add Tags to them and use the tags argument below.