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-24 UTC."],[[["The webpage provides reference documentation for the `LocationPolicyLocationConstraints` class within the Google.Cloud.Compute.V1 API, specifically version 2.15.0."],["This class is used for defining per-zone constraints on location policies in the Compute Engine v1 API, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this section is version 3.6.0, but the documentation on this webpage goes all the way back to version 1.0.0."],["The class `LocationPolicyLocationConstraints` has two properties: `HasMaxCount`, a boolean, which checks if the field 'max_count' is set, and `MaxCount`, an integer representing the maximum number of items allowed in a given zone."],["The class can be constructed with a parameterless constructor or can be passed another `LocationPolicyLocationConstraints` object as a parameter, which is used in a copy constructor implementation."]]],[]]