public sealed class StatefulPolicyPreservedStateDiskDevice : IMessage<StatefulPolicyPreservedStateDiskDevice>, IEquatable<StatefulPolicyPreservedStateDiskDevice>, IDeepCloneable<StatefulPolicyPreservedStateDiskDevice>, IBufferMessage, IMessage
These stateful disks will never be deleted during autohealing, update or VM instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.
Check the AutoDelete enum for the list of possible values.
[[["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."],[[["The latest version of the `StatefulPolicyPreservedStateDiskDevice` is 3.6.0, with previous versions ranging down to 1.0.0 available for reference."],["The `StatefulPolicyPreservedStateDiskDevice` class is part of the `Google.Cloud.Compute.V1` namespace and is defined within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `object` class."],["The class has an `AutoDelete` property which, when configured, prevents the disks associated from being automatically deleted during autohealing, updates, or VM instance recreate operations, and it has a corresponding `HasAutoDelete` property to verify that the former property has been set."],["There are two constructors for `StatefulPolicyPreservedStateDiskDevice`: a parameterless constructor, and one that accepts another `StatefulPolicyPreservedStateDiskDevice` instance as a parameter."]]],[]]