labels

@JvmName(name = "fguhbvpekuleqtka")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "ojkamjfstgpvalue")
suspend fun labels(value: Map<String, String>?)

Parameters

value

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.


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

Parameters

values

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.