Class ZoneDistributionConfig (0.2.0)

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

Zone distribution configuration for allocation of instance resources.

Attributes

Name Description
zone str
Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
mode google.cloud.memorystore_v1.types.ZoneDistributionConfig.ZoneDistributionMode
Optional. Current zone distribution mode. Defaults to MULTI_ZONE.

Classes

ZoneDistributionMode

ZoneDistributionMode(value)

Possible zone distribution modes.