replicaZones property

List<String>? replicaZones
getter/setter pair

Required for each regional disk associated with the instance.

Specify the URLs of the zones where the disk should be replicated to. You must provide exactly two replica zones, and one zone must be the same as the instance zone.

Implementation

core.List<core.String>? replicaZones;