public sealed class ZoneDistributionConfig : IMessage<ZoneDistributionConfig>, IEquatable<ZoneDistributionConfig>, IDeepCloneable<ZoneDistributionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1beta 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-17 UTC."],[[["The `ZoneDistributionConfig` class in the Memorystore v1beta API manages the distribution of instance resources across zones."],["It supports two zone distribution modes: `MULTI_ZONE` (default) and `SINGLE_ZONE`, allowing configuration of resource allocation."],["The `Mode` property determines the zone distribution type, and the `Zone` property specifies the target zone when in `SINGLE_ZONE` mode."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive functionality."],["There are two constructors available for the class, one empty and one that accepts another instance of the same class as a parameter for cloning."]]],[]]