values

@JvmName(name = "pctrcfxaqgkwsnjl")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "uranvclvotwhwjqv")
suspend fun values(value: List<String>?)

Parameters

value

Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.


@JvmName(name = "fwleergvwndbgffp")
suspend fun values(vararg values: Output<String>)


@JvmName(name = "irlllmojpwwwedtw")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "ttnfkiorcjvxyyjd")
suspend fun values(vararg values: String)

Parameters

values

Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.