volumesAttached

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

Parameters

value

List of volumes that are attached to the node.


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


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

Parameters

values

List of volumes that are attached to the node.


@JvmName(name = "sfilewiywoeqmcrx")
suspend fun volumesAttached(argument: List<suspend AttachedVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "yapsdtfmjkshluhy")
suspend fun volumesAttached(vararg argument: suspend AttachedVolumeArgsBuilder.() -> Unit)
@JvmName(name = "pbtxyukodakvjgcr")
suspend fun volumesAttached(argument: suspend AttachedVolumeArgsBuilder.() -> Unit)

Parameters

argument

List of volumes that are attached to the node.