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 content focuses on the `StatefulPolicyPreservedStateNetworkIp` class within the `Google.Cloud.Compute.V1` namespace, detailing its various versions and implementation."],["The latest version available for this class is 3.6.0, and the page documents the history of available versions going back to version 1.0.0."],["The `StatefulPolicyPreservedStateNetworkIp` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, while the class also exposes multiple constructors."],["A key property of this class is `AutoDelete`, which determines if an IP reservation is deleted when it's no longer used, with the data type for this being a string, and `HasAutoDelete` which is a bool, and specifies if \"auto_delete\" is set or not."],["The content covers the `StatefulPolicyPreservedStateNetworkIp` class, its methods, properties, namespace, assembly, implementation, and inheritance from different versions, such as 2.12.0."]]],[]]