labels

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

Parameters

value

Labels applied to all VM instances and other resources created by AllocationPolicy. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.


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

Parameters

values

Labels applied to all VM instances and other resources created by AllocationPolicy. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.