public MapField<string, LocationPolicyLocation> Locations { get; }
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
[[["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-31 UTC."],[[["This webpage provides documentation for the `LocationPolicy` class within the `Google.Cloud.Compute.V1` namespace, detailing its use in configuring location policies for Google Cloud Compute resources."],["The `LocationPolicy` class is implemented across multiple versions, ranging from 1.0.0 to the latest version 3.6.0, with links to each version's specific documentation."],["The `LocationPolicy` class supports setting preferences for location selections, such as specifying preferred zones within a region."],["The `LocationPolicy` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, comparison, deep cloning, and buffer management."],["Key features of the LocationPolicy include a constructor, and a Locations property, which is a MapField, allowing location configurations to be mapped by location name, such as zones."]]],[]]