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 documentation provides reference material for the `LocationPolicy` class within the Google Cloud Compute Engine v1 API."],["The latest available version of the `LocationPolicy` class is 3.6.0, but it also includes versions dating back to 1.0.0."],["`LocationPolicy` class allows for configuration of location preferences across multiple locations and it inherits from the object class while implementing several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `LocationPolicy` class is defined in the Google.Cloud.Compute.V1 namespace and has constructors for default initialization and for creating a copy of an existing `LocationPolicy` instance."],["Key properties of the `LocationPolicy` class include `HasTargetShape` (a boolean), `Locations` (a map of location configurations), and `TargetShape` (a string representing the distribution strategy for VMs across zones)."]]],[]]