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."],[[["The provided content details the `LocationPolicy` class within the Google.Cloud.Compute.V1 namespace, offering reference documentation and code samples for the Compute Engine v1 API."],["The `LocationPolicy` class allows for configuration of location preferences among multiple possible locations, such as the preferences for zone selection within a region, with a comprehensive list of versions from 1.0.0 up to the latest 3.6.0 available."],["This `LocationPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["Key properties of the `LocationPolicy` class include `HasTargetShape`, `Locations` (a map of location configurations), and `TargetShape` (the strategy for distributing VMs across zones)."]]],[]]