Module: Google::Cloud::Redis::Cluster::V1beta1::ZoneDistributionConfig::ZoneDistributionMode

Defined in:
proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb

Overview

Defines various modes of zone distribution.

Constant Summary collapse

ZONE_DISTRIBUTION_MODE_UNSPECIFIED =

Not Set. Default: MULTI_ZONE

0
MULTI_ZONE =

Distribute all resources across 3 zones picked at random, within the region.

1
SINGLE_ZONE =

Distribute all resources in a single zone. The zone field must be specified, when this mode is selected.

2