values

@JvmName(name = "anhfyoyljbrqqbmc")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "nquaqhhwjvubfxcp")
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 = "vhtkatntoxpcmflt")
suspend fun values(vararg values: Output<String>)


@JvmName(name = "rkgqcjqwcaakyqij")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "lultsaenqtpfxhcx")
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.