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-24 UTC."],[[["The `SnapshotSettingsStorageLocationSettings` class in the `Google.Cloud.Compute.V1` namespace is used to manage storage locations for snapshots, and is available across multiple versions of the library, with version 3.6.0 being the latest."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides it with various functionalities like serialization, comparison, cloning, and buffering."],["The class offers properties like `HasPolicy` to check if a location policy is set, `Locations` to specify where snapshots are stored when using a specific location policy, and `Policy` to define the location policy."],["The `SnapshotSettingsStorageLocationSettings` class has two constructors, one being a parameterless constructor and the other one taking another `SnapshotSettingsStorageLocationSettings` object as a parameter."],["The versions listed in this page start from version 1.0.0 all the way up to version 3.6.0, all pertaining to the `/Google.Cloud.Compute.V1/SnapshotSettingsStorageLocationSettings`."]]],[]]