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-08 UTC."],[[["This documentation covers the `ZoneDistributionConfig` class, which is part of the Google Cloud Memorystore v1beta API and is used to configure the distribution of instance resources across zones."],["The `ZoneDistributionConfig` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, offering functionalities like deep cloning and message handling."],["The class offers two constructors, a default constructor, and one that takes another `ZoneDistributionConfig` object as a parameter."],["The `ZoneDistributionConfig` class has two properties: `Mode`, which defines the zone distribution mode, defaulting to MULTI_ZONE, and `Zone`, which specifies the zone for resource allocation when in SINGLE_ZONE mode."]]],[]]