labels

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

Parameters

value

The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.


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

Parameters

values

The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.