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-03-21 UTC."],[[["This document outlines the different versions of the `DistributionPolicy` class within the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest and version 1.0.0 being the oldest."],["The `DistributionPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `DistributionPolicy` class include `HasTargetShape`, `TargetShape`, and `Zones`, which respectively indicate if the \"target_shape\" field is set, defines the distribution shape, and lists the zones where instances will be managed."],["The DistributionPolicy class has two constructors, a default one with no arguments and another one that takes a DistributionPolicy object as an argument, and also outlines the implemented interfaces and inherited members."]]],[]]