volumesAttached

@JvmName(name = "silajcyccgogelnh")
suspend fun volumesAttached(value: Output<List<AttachedVolumeArgs>>)
@JvmName(name = "tmipdvpknibgawyt")
suspend fun volumesAttached(value: List<AttachedVolumeArgs>?)

Parameters

value

List of volumes that are attached to the node.


@JvmName(name = "aoopfvymkpokcfgm")
suspend fun volumesAttached(vararg values: Output<AttachedVolumeArgs>)


@JvmName(name = "lhwbwwixqhrtknvk")
suspend fun volumesAttached(values: List<Output<AttachedVolumeArgs>>)
@JvmName(name = "gqsvwaqgifayecwm")
suspend fun volumesAttached(vararg values: AttachedVolumeArgs)

Parameters

values

List of volumes that are attached to the node.


@JvmName(name = "uvdufsmeyrsurfib")
suspend fun volumesAttached(argument: List<suspend AttachedVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "tafgvpgiwkephrei")
suspend fun volumesAttached(vararg argument: suspend AttachedVolumeArgsBuilder.() -> Unit)
@JvmName(name = "qnvmsgxrelirsbgd")
suspend fun volumesAttached(argument: suspend AttachedVolumeArgsBuilder.() -> Unit)

Parameters

argument

List of volumes that are attached to the node.