Class LocationPolicy (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
LocationPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attribute |
Name |
Description |
allowed_locations |
MutableSequence[str]
A list of allowed location names represented by internal
URLs.
Each location can be a region or a zone. Only one region or
multiple zones in one region is supported now. For example,
["regions/us-central1"] allow VMs in any zones in region
us-central1. ["zones/us-central1-a", "zones/us-central1-c"]
only allow VMs in zones us-central1-a and us-central1-c.
Mixing locations from different regions would cause errors.
For example, ["regions/us-central1", "zones/us-central1-a",
"zones/us-central1-b", "zones/us-west1-a"] contains
locations from two distinct regions: us-central1 and
us-west1. This combination will trigger an error.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-17 UTC.
[[["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-10-17 UTC."],[],[]]