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."],[[["This documentation covers the `ZoneDistributionConfig` class, which is part of the Google Cloud Memorystore v1 API and is used for managing the allocation of instance resources across zones."],["The `ZoneDistributionConfig` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating a `ZoneDistributionConfig` object: a default constructor and one that takes another `ZoneDistributionConfig` object as a parameter for copying."],["The class includes two key properties: `Mode`, which defines the zone distribution mode (defaulting to `MULTI_ZONE`), and `Zone`, which specifies the zone for resource allocation in `SINGLE_ZONE` mode."],["The `ZoneDistributionConfig` class is located within the `Google.Cloud.Memorystore.V1` namespace, and its code is found within the `Google.Cloud.Memorystore.V1.dll` assembly."]]],[]]