public sealed class LocationPolicyLocationConstraints : IMessage<LocationPolicyLocationConstraints>, IEquatable<LocationPolicyLocationConstraints>, IDeepCloneable<LocationPolicyLocationConstraints>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class LocationPolicyLocationConstraints.
Per-zone constraints on location policy for this zone.
[[["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 provides reference documentation for the `LocationPolicyLocationConstraints` class within the Compute Engine v1 API, specifically for the .NET environment."],["The latest version available for the `LocationPolicyLocationConstraints` class is 3.6.0, with various versions ranging from 1.0.0 up to this most current version."],["The `LocationPolicyLocationConstraints` class offers per-zone constraints on location policies, enabling configuration of maximum allowed item counts within a specific zone."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's .NET Protobuf library."],["The main properties associated with the `LocationPolicyLocationConstraints` class is `MaxCount`, an integer representing the maximum number of items allowed in the defined zone, and `HasMaxCount`, a boolean that checks whether `MaxCount` has been set."]]],[]]