public sealed class DistributionPolicy : IMessage<DistributionPolicy>, IEquatable<DistributionPolicy>, IDeepCloneable<DistributionPolicy>, IBufferMessage, IMessage
The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
Check the TargetShape enum for the list of possible values.
[[["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 document outlines the details for the `DistributionPolicy` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.10.0."],["The `DistributionPolicy` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparisons, deep cloning, and buffered messages."],["Key properties of the `DistributionPolicy` class include `HasTargetShape`, which indicates whether the `target_shape` field is set, `TargetShape`, which specifies the desired distribution shape, and `Zones`, which details the zones for instance management."],["The provided documentation shows all the versions associated with `Google.Cloud.Compute.V1.DistributionPolicy`, ranging from version 1.0.0 all the way up to the latest version, which is version 3.6.0."]]],[]]