volumeIds

@JvmName(name = "fmvvmwokahrrimso")
suspend fun volumeIds(value: Output<List<String>>)
@JvmName(name = "tbxgdmkvwjetmfxg")
suspend fun volumeIds(value: List<String>?)

Parameters

value

A list of the IDs of each block storage volume to be attached to the Droplet.


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


@JvmName(name = "ukcbadcwiyjflajt")
suspend fun volumeIds(values: List<Output<String>>)
@JvmName(name = "yuaewdvrsjpeqpse")
suspend fun volumeIds(vararg values: String)

Parameters

values

A list of the IDs of each block storage volume to be attached to the Droplet.