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."],[[["This document provides reference information for the `LocationPolicy` class within the Google Cloud Compute Engine v1 API, specifically for version 2.13.0."],["The `LocationPolicy` class is designed to handle configuration for distributing resources across multiple locations, supporting versioning from 1.0.0 up to 3.6.0, with 3.6.0 as the latest release."],["The `LocationPolicy` class, inheriting from `object` and implementing various interfaces such as `IMessage` and `IEquatable`, includes properties like `HasTargetShape`, `Locations`, and `TargetShape`, which are used to define the location strategy."],["The class has two constructors: one with no parameters, and one allowing for copying an existing `LocationPolicy`."],["This documentation details the class's properties, including the mapping of locations, the strategy for distributing virtual machines across different zones in a region, and methods for getting the hash code and type of the object."]]],[]]