selectedZones

@JvmName(name = "hkohfthtttqrdopa")
suspend fun selectedZones(value: Output<List<String>>)
@JvmName(name = "regbqgcrdhjxnsjv")
suspend fun selectedZones(value: List<String>?)

Parameters

value

The zones among which you want to deploy the instance.

NOTE: Arguments io_max, disk_size, topic_quota, eip_max should follow the following constraints. | io_max | disk_size(min-max:lag) | topic_quota(min-max:lag) | eip_max(min-max:lag) | |------|-------------|:----:|:-----:| |20 | 500-6100:100 | 50-450:1 | 1-160:1 | |30 | 800-6100:100 | 50-450:1 | 1-240:1 | |60 | 1400-6100:100 | 80-450:1 | 1-500:1 | |90 | 2100-6100:100 | 100-450:1 | 1-500:1 | |120 | 2700-6100:100 | 150-450:1 | 1-500:1 |


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


@JvmName(name = "hofxtlbsdvpkwucc")
suspend fun selectedZones(values: List<Output<String>>)
@JvmName(name = "ksfngkbrvprgabdq")
suspend fun selectedZones(vararg values: String)

Parameters

values

The zones among which you want to deploy the instance.

NOTE: Arguments io_max, disk_size, topic_quota, eip_max should follow the following constraints. | io_max | disk_size(min-max:lag) | topic_quota(min-max:lag) | eip_max(min-max:lag) | |------|-------------|:----:|:-----:| |20 | 500-6100:100 | 50-450:1 | 1-160:1 | |30 | 800-6100:100 | 50-450:1 | 1-240:1 | |60 | 1400-6100:100 | 80-450:1 | 1-500:1 | |90 | 2100-6100:100 | 100-450:1 | 1-500:1 | |120 | 2700-6100:100 | 150-450:1 | 1-500:1 |