attachmentMetadata

@JvmName(name = "dwyjaprjsjuwskgh")
suspend fun attachmentMetadata(value: Output<Map<String, String>>)
@JvmName(name = "jahmmxuwjvgjmfsp")
suspend fun attachmentMetadata(value: Map<String, String>?)

Parameters

value

attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.


@JvmName(name = "qeqpqybhxnxbwiqf")
fun attachmentMetadata(vararg values: Pair<String, String>)

Parameters

values

attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.