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 latest version of the `Google.Cloud.Compute.V1.LocationPolicy` is 3.6.0, with multiple other versions available ranging from 1.0.0 to 3.5.0."],["The `LocationPolicy` class is designed for configuring location preferences among multiple locations, particularly in selecting zones within a region."],["It inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`LocationPolicy` has properties such as `HasTargetShape`, `Locations`, and `TargetShape`, which manage location configurations, mapping, and VM distribution strategy respectively."],["The LocationPolicy class has two constructors, a default one `LocationPolicy()` and another that takes another `LocationPolicy` object as an argument `LocationPolicy(LocationPolicy other)`."]]],[]]