public enum ZoneDistributionConfig.Types.ZoneDistributionModeReference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API enum ZoneDistributionConfig.Types.ZoneDistributionMode.
Defines various modes of zone distribution.
Namespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Fields |
|
|---|---|
| Name | Description |
MultiZone |
Distribute all resources across 3 zones picked at random, within the region. |
SingleZone |
Distribute all resources in a single zone. The zone field must be specified, when this mode is selected. |
Unspecified |
Not Set. Default: MULTI_ZONE |