diskReplicaZones property

List<String>? diskReplicaZones
getter/setter pair

Additional replica zones of the target regional disks.

If this list is not empty a regional disk will be created. The first supported zone would be the one stated in the zone field. The rest are taken from this list. Please refer to the regional disk creation API for further details about regional vs zonal disks. If not specified, a zonal disk will be created in the same zone the VM is created.

Optional.

Implementation

core.List<core.String>? diskReplicaZones;