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-04-09 UTC."],[[["This webpage details the `StatefulPolicyPreservedStateNetworkIp` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.3.0, and provides links to different versions."],["The `StatefulPolicyPreservedStateNetworkIp` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `object` class."],["The class offers two constructors: a default constructor, `StatefulPolicyPreservedStateNetworkIp()`, and a copy constructor, `StatefulPolicyPreservedStateNetworkIp(StatefulPolicyPreservedStateNetworkIp other)`, for creating instances of this class."],["The `AutoDelete` property, a string type, within the class is used to manage the persistence of IP reservations during actions like autohealing, and a `HasAutoDelete` boolean is also there to verify if the property is set."],["The most recent version of the class is 3.6.0, as indicated by the provided link."]]],[]]