zones

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

Parameters

value

Availability Zone to use for this capacity reservation. The zone has to be single value and also should be part for the list of zones specified during the capacity reservation group creation. The zone can be assigned only during creation. If not provided, the reservation supports only non-zonal deployments. If provided, enforces VM/VMSS using this capacity reservation to be in same zone.


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


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

Parameters

values

Availability Zone to use for this capacity reservation. The zone has to be single value and also should be part for the list of zones specified during the capacity reservation group creation. The zone can be assigned only during creation. If not provided, the reservation supports only non-zonal deployments. If provided, enforces VM/VMSS using this capacity reservation to be in same zone.