public sealed class StatefulPolicyPreservedState : IMessage<StatefulPolicyPreservedState>, IEquatable<StatefulPolicyPreservedState>, IDeepCloneable<StatefulPolicyPreservedState>, 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-03-21 UTC."],[[["The `StatefulPolicyPreservedState` class in the `Google.Cloud.Compute.V1` namespace is used to configure resources that are preserved across instance operations, such as deletions and updates."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer-based operations."],["The `StatefulPolicyPreservedState` class has a `Disks` property, which is a `MapField` that stores the configuration of disks to be preserved, keyed by the device name."],["The latest version of this `StatefulPolicyPreservedState` class is version 3.6.0, with historical versions ranging back to 1.0.0, all of which are accessible through hyperlinks."],["The `StatefulPolicyPreservedState` has two constructors, a default one and another that takes another `StatefulPolicyPreservedState` as a parameter."]]],[]]