public sealed class StatefulPolicyPreservedStateNetworkIp : IMessage<StatefulPolicyPreservedStateNetworkIp>, IEquatable<StatefulPolicyPreservedStateNetworkIp>, IDeepCloneable<StatefulPolicyPreservedStateNetworkIp>, IBufferMessage, IMessage
These stateful IPs will never be released during autohealing, update or VM instance recreate operations. This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is 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-03-24 UTC."],[[["The webpage details the `StatefulPolicyPreservedStateNetworkIp` class within the `Google.Cloud.Compute.V1` namespace, showing its various versions and implementation details."],["Version 3.6.0 is the latest version of the `StatefulPolicyPreservedStateNetworkIp` class, with versions dating as far back as 1.0.0."],["The `StatefulPolicyPreservedStateNetworkIp` class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one being a parameterless constructor, and the other allowing the user to create a new instance based off of an existing `StatefulPolicyPreservedStateNetworkIp` object."],["The `AutoDelete` property, of type string, determines if stateful IPs should be released when no longer in use, and the `HasAutoDelete` property is a boolean to indicate if the 'auto_delete' field is set."]]],[]]