Class ZoneDistributionConfig (0.1.9)

ZoneDistributionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Zone distribution config for allocation of cluster resources.

Attributes

Name Description
mode google.cloud.redis_cluster_v1.types.ZoneDistributionConfig.ZoneDistributionMode
Optional. The mode of zone distribution. Defaults to MULTI_ZONE, when not specified.
zone str
Optional. When SINGLE ZONE distribution is selected, zone field would be used to allocate all resources in that zone. This is not applicable to MULTI_ZONE, and would be ignored for MULTI_ZONE clusters.

Classes

ZoneDistributionMode

ZoneDistributionMode(value)

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