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 `LocationPolicy` class in the Google.Cloud.Compute.V1 namespace provides configuration options for location preferences among multiple locations, primarily zones within a single region."],["This class is part of the Compute Engine v1 API and is implemented in the Google.Cloud.Compute.V1.dll assembly."],["It supports various versions, with the latest being 3.6.0 and has version 2.14.0 as it's current version being displayed, which can be found under the namespace Google.Cloud.Compute.V1."],["The `LocationPolicy` class includes properties like `Locations`, to map location configurations, `TargetShape`, for VM distribution strategy, and `HasTargetShape`, to check if the target shape field is set."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to define its functionality with other classes."]]],[]]