metadata

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

Parameters

value

Metadata key/value pairs to make available from within the instance. Ssh keys attached in the Cloud Console will be removed. Add them to your config in order to keep them attached to your instance. A list of default metadata values (e.g. ssh-keys) can be found here


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

Parameters

values

Metadata key/value pairs to make available from within the instance. Ssh keys attached in the Cloud Console will be removed. Add them to your config in order to keep them attached to your instance. A list of default metadata values (e.g. ssh-keys) can be found here