public sealed class DistributionPolicyZoneConfiguration : IMessage<DistributionPolicyZoneConfiguration>, IEquatable<DistributionPolicyZoneConfiguration>, IDeepCloneable<DistributionPolicyZoneConfiguration>, IBufferMessage, IMessage
[[["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 webpage details the `DistributionPolicyZoneConfiguration` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.17.0 of the library."],["The latest available version is 3.6.0, and the page provides links to older versions, ranging from 1.0.0 to 3.5.0."],["`DistributionPolicyZoneConfiguration` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, a default constructor and a copy constructor that takes another `DistributionPolicyZoneConfiguration` instance as a parameter."],["It has two properties: `HasZone`, a boolean that indicates whether the \"zone\" field is set, and `Zone`, which is a string representing the URL of the zone where the managed instance group is located."]]],[]]