public sealed class ZoneDistributionConfig : IMessage<ZoneDistributionConfig>, IEquatable<ZoneDistributionConfig>, IDeepCloneable<ZoneDistributionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1 API class ZoneDistributionConfig.
Zone distribution configuration for allocation of instance resources.
[[["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-04-02 UTC."],[[["The `ZoneDistributionConfig` class in the Memorystore v1 API is used for configuring the distribution of instance resources across zones."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a constructor that allows the creation of a new `ZoneDistributionConfig` instance, optionally using another `ZoneDistributionConfig` as a template."],["The `Mode` property, which defaults to `MULTI_ZONE`, defines the current zone distribution mode, affecting how resources are allocated."],["The `Zone` property allows specifying a single zone for resource allocation when the `SINGLE_ZONE` mode is used, and is ignored when using the `MULTI_ZONE` mode."]]],[]]