replicaZones property

List<String>? replicaZones
getter/setter pair

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.

Optional. Immutable.

Implementation

core.List<core.String>? replicaZones;