replicaZones

@JvmName(name = "gtjxxsirmushaaal")
suspend fun replicaZones(value: Output<List<String>>)
@JvmName(name = "qntfqdspyeekgyhi")
suspend fun replicaZones(value: List<String>?)

Parameters

value

Specifies the zones used to replicate the VM and disk resources within the region. If set, exactly two zones within the workstation cluster's region must be specified—for example, ['us-central1-a', 'us-central1-f']. If this field is empty, two default zones within the region are used. Immutable after the workstation configuration is created.


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


@JvmName(name = "hpcxpciwsyhpnwxg")
suspend fun replicaZones(values: List<Output<String>>)
@JvmName(name = "emlhjopvgnvgeosd")
suspend fun replicaZones(vararg values: String)

Parameters

values

Specifies the zones used to replicate the VM and disk resources within the region. If set, exactly two zones within the workstation cluster's region must be specified—for example, ['us-central1-a', 'us-central1-f']. If this field is empty, two default zones within the region are used. Immutable after the workstation configuration is created.