volumesInUse

@JvmName(name = "babuqfdmojjvryhu")
suspend fun volumesInUse(value: Output<List<String>>)
@JvmName(name = "wthygjbeojxccmrb")
suspend fun volumesInUse(value: List<String>?)

Parameters

value

List of attachable volumes in use (mounted) by the node.


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


@JvmName(name = "vffhccldactpreup")
suspend fun volumesInUse(values: List<Output<String>>)
@JvmName(name = "gaqgilijygwijymf")
suspend fun volumesInUse(vararg values: String)

Parameters

values

List of attachable volumes in use (mounted) by the node.