public sealed class ZoneDistributionConfig : IMessage<ZoneDistributionConfig>, IEquatable<ZoneDistributionConfig>, IDeepCloneable<ZoneDistributionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class ZoneDistributionConfig.
Zone distribution config for allocation of cluster resources.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `ZoneDistributionConfig` class, which is part of the Google Cloud Memorystore for Redis (cluster management) v1 API, specifically within version 1.3.0 of the library."],["The `ZoneDistributionConfig` class is used to configure how cluster resources are distributed across zones."],["It offers two constructors: a default constructor `ZoneDistributionConfig()` and a copy constructor `ZoneDistributionConfig(ZoneDistributionConfig other)` for creating new instances."],["The class has two main properties: `Mode`, which determines the distribution mode (e.g., MULTI_ZONE or SINGLE_ZONE), and `Zone`, which specifies the zone when using single-zone distribution."],["There are multiple prior versions of the zone distribution class, ranging from 1.0.0 to 1.4.0, though 1.4.0 is denoted as the most current version."]]],[]]