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-24 UTC."],[[["The `StatefulPolicyPreservedState` class, part of the `Google.Cloud.Compute.V1` namespace, is designed for configuring preserved resources in Google Cloud Compute."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from `Object`."],["The `StatefulPolicyPreservedState` class has two constructors, a default constructor and a constructor that takes another `StatefulPolicyPreservedState` object as a parameter for copying, the latter of which allowing for the creation of an object based on an existing object."],["The `Disks` property, a `MapField`, is a key component for managing disks that will be preserved across instance operations and is keyed by the disk's device name."],["The document contains a listing of 29 different versions of `Google.Cloud.Compute.V1.StatefulPolicyPreservedState` ranging from `3.6.0` to `1.0.0`, with 3.6.0 being the latest release."]]],[]]