metadata

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

Parameters

value

The Compute Engine metadata entries to add to all instances (see (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).


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

Parameters

values

The Compute Engine metadata entries to add to all instances (see (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).