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 details the `DistributionPolicy` class within the `Google.Cloud.Compute.V1` namespace, outlining its structure, properties, and inheritance from other classes, including various version numbers."],["The latest available version of this class is 3.6.0, however it includes details dating back to version 1.0.0."],["The `DistributionPolicy` class, which implements several interfaces including `IMessage` and `IDeepCloneable`, offers properties such as `HasTargetShape`, `TargetShape`, and `Zones`."],["The class `DistributionPolicy` supports two constructors, a default one and one that takes another `DistributionPolicy` object as an argument for replication."],["`DistributionPolicy` is used for managing the distribution of instances in a managed instance group across zones, as indicated by the `Zones` property."]]],[]]