volumeIds

@JvmName(name = "hbawnkhxrvfxdxep")
suspend fun volumeIds(value: Output<List<String>>)
@JvmName(name = "dubrydcvueyofhfo")
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 = "akvpwanfxyoxkrol")
suspend fun volumeIds(vararg values: Output<String>)


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

Parameters

values

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