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."],[[["The webpage provides documentation for the `StatefulPolicyPreservedStateNetworkIp` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and properties."],["The latest version available for the `StatefulPolicyPreservedStateNetworkIp` class is 3.6.0, with numerous prior versions listed, including the current version 3.1.0."],["The `StatefulPolicyPreservedStateNetworkIp` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `StatefulPolicyPreservedStateNetworkIp` class include `AutoDelete`, a string property that determines if the IP reservation should be deleted when it is no longer needed, and `HasAutoDelete`, a boolean for checking if the `auto_delete` field is set."],["The class offers two constructors, one default and another that takes an existing `StatefulPolicyPreservedStateNetworkIp` object as a parameter for copying properties."]]],[]]