Google Cloud Memorystore for Redis (cluster management) v1 API - Enum ZoneDistributionConfig.Types.ZoneDistributionMode (1.3.0)

public enum ZoneDistributionConfig.Types.ZoneDistributionMode

Reference 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. Currently supports two modes, can be expanded in future to support more types of distribution modes. design doc: go/same-zone-cluster

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

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