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, found within the `Google.Cloud.Compute.V1` namespace, is designed for configuring resources preserved during instance operations like deletion and updates."],["The latest version of the API documentation is 3.6.0, which is accessible via a link, and it also includes the documentation for the class `StatefulPolicyPreservedState` across a range of versions from 1.0.0 up to the latest."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["`StatefulPolicyPreservedState` includes a `Disks` property, which is a `MapField` that maps disk device names to `StatefulPolicyPreservedStateDiskDevice` objects, defining the preserved disks."],["The `StatefulPolicyPreservedState` class has two constructors: one default constructor and another that accepts another `StatefulPolicyPreservedState` object."]]],[]]