metadata

@JvmName(name = "abhepxcvjnqkduut")
suspend fun metadata(value: Output<Map<String, String>>)
@JvmName(name = "iompjhdafucwxwqg")
suspend fun metadata(value: Map<String, String>?)

Parameters

value

The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata(https://cloud.google.com

  • /compute/docs/storing-retrieving-metadata#project_and_instance

  • _metadata)).


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

Parameters

values

The Compute Engine metadata entries to add to virtual machine. (see Project and instance metadata(https://cloud.google.com

  • /compute/docs/storing-retrieving-metadata#project_and_instance

  • _metadata)).