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."],[[["The content pertains to the `StatefulPolicyPreservedStateNetworkIp` class within the `Google.Cloud.Compute.V1` namespace, specifically focusing on version 3.2.0 and showcasing various other versions of the class."],["The `StatefulPolicyPreservedStateNetworkIp` class is a public, sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and serialization."],["The class inherits from `object` and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()`, along with constructors for creating instances, either empty or from an existing instance of the class."],["Key properties of this class include `AutoDelete`, which determines if the IP reservation should be deleted when no longer in use, and `HasAutoDelete`, which checks whether the \"auto_delete\" field is set."],["The most recent version for the class is 3.6.0, and versions dating back to 1.0.0 are listed, which allows for accessing historical documentation and change logs."]]],[]]