public sealed class SnapshotSettingsStorageLocationSettings : IMessage<SnapshotSettingsStorageLocationSettings>, IEquatable<SnapshotSettingsStorageLocationSettings>, IDeepCloneable<SnapshotSettingsStorageLocationSettings>, IBufferMessage, IMessage
public MapField<string, SnapshotSettingsStorageLocationSettingsStorageLocationPreference> Locations { get; }
When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.
[[["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."],[[["This webpage details the `SnapshotSettingsStorageLocationSettings` class within the `Google.Cloud.Compute.V1` namespace, showing it has been implemented across multiple versions ranging from 1.0.0 to 3.6.0."],["The latest version of the `SnapshotSettingsStorageLocationSettings` class is version 3.6.0, and this class manages settings related to snapshot storage locations."],["`SnapshotSettingsStorageLocationSettings` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enabling functionalities like message handling and deep cloning."],["Key properties of the `SnapshotSettingsStorageLocationSettings` class include `HasPolicy` (a boolean indicating if a policy is set), `Locations` (a map of storage locations), and `Policy` (a string defining the location policy)."],["The class offers two constructors, a default one and one that accepts an existing `SnapshotSettingsStorageLocationSettings` object, allowing for cloning instances."]]],[]]