public sealed class StatefulPolicyPreservedState : IMessage<StatefulPolicyPreservedState>, IEquatable<StatefulPolicyPreservedState>, IDeepCloneable<StatefulPolicyPreservedState>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class StatefulPolicyPreservedState.
[[["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 API manages the configuration of preserved resources."],["The latest version of the API for `StatefulPolicyPreservedState` is 3.6.0, with a range of prior versions available from 1.0.0 up to 3.5.0 for the .NET documentation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a `Disks` property, which is a map of disks keyed by device names, that are preserved on instance actions like delete and update."],["The `StatefulPolicyPreservedState` class has two constructors, the default constructor, and a copy constructor which takes another `StatefulPolicyPreservedState` object."]]],[]]