volumesAttached

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

Parameters

value

List of volumes that are attached to the node.


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


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

Parameters

values

List of volumes that are attached to the node.


@JvmName(name = "yiaupoedkuotxfly")
suspend fun volumesAttached(argument: List<suspend AttachedVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "kgnewgdhaodteerj")
suspend fun volumesAttached(vararg argument: suspend AttachedVolumeArgsBuilder.() -> Unit)
@JvmName(name = "siwjymihvqpmjrst")
suspend fun volumesAttached(argument: suspend AttachedVolumeArgsBuilder.() -> Unit)

Parameters

argument

List of volumes that are attached to the node.