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-31 UTC."],[[["This webpage details the `StatefulPolicyPreservedStateNetworkIp` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0 of the .NET library."],["The `StatefulPolicyPreservedStateNetworkIp` class provides stateful IP management capabilities and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties like `AutoDelete`, which is a string that controls whether the IP reservation should be deleted when it's no longer in use, and `HasAutoDelete` which indicates if the AutoDelete field is set."],["There are numerous previous versions available for reference, starting from version 1.0.0 up to the most recent version, 3.6.0."],["The class also features two constructors, one default and another to clone from an existing `StatefulPolicyPreservedStateNetworkIp` instance."]]],[]]