public sealed class SnapshotSettings : IMessage<SnapshotSettings>, IEquatable<SnapshotSettings>, IDeepCloneable<SnapshotSettings>, IBufferMessage, IMessage
[[["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-09 UTC."],[[["This webpage provides documentation for the `SnapshotSettings` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.12.0."],["The `SnapshotSettings` class, which is sealed and implements multiple interfaces, offers methods for managing snapshot configurations, including deep cloning and buffer messages, as well as the `StorageLocation` property which allows the configuration of which storage location is used."],["The document also contains links for previous versions of this class, with the latest being version 3.6.0."],["The class inherits from the base `object` class and has two constructor options: a default constructor and a copy constructor that takes another `SnapshotSettings` instance."],["The `StorageLocation` property, of type `SnapshotSettingsStorageLocationSettings`, is used to define the policy for resolving the storage location of snapshots."]]],[]]