zones

@JvmName(name = "oicrkoiifnapjqid")
suspend fun zones(value: Output<List<String>>)
@JvmName(name = "eapdghwrvffjbdvc")
suspend fun zones(value: List<String>?)

Parameters

value

Targets instances in any of these zones. Leave empty to target instances in any zone. Zonal targeting is uncommon and is supported to facilitate the management of changes by zone.


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


@JvmName(name = "qqrnsgdrrtmceegl")
suspend fun zones(values: List<Output<String>>)
@JvmName(name = "jbsjadrvltkbnwsb")
suspend fun zones(vararg values: String)

Parameters

values

Targets instances in any of these zones. Leave empty to target instances in any zone. Zonal targeting is uncommon and is supported to facilitate the management of changes by zone.