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-04-02 UTC."],[[["The latest version available for the `Google.Cloud.Compute.V1.LocationPolicy` is 3.6.0, while the current page's version is 2.17.0."],["The `LocationPolicy` class provides configuration options for managing location preferences among multiple potential locations, particularly for selecting zones within a region."],["The `LocationPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["The `LocationPolicy` class contains properties such as `HasTargetShape`, `Locations`, and `TargetShape`, which allow for detailed control over the distribution of VMs across zones."],["There is a provided constructor for creating a new instance of the LocationPolicy class, and another for copying a pre-existing instance of the class."]]],[]]