labels

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

Parameters

value

Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.


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

Parameters

values

Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.