public sealed class PreservedStatePreservedNetworkIp : IMessage<PreservedStatePreservedNetworkIp>, IEquatable<PreservedStatePreservedNetworkIp>, IDeepCloneable<PreservedStatePreservedNetworkIp>, 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."],[[["This webpage details the `PreservedStatePreservedNetworkIp` class within the Google Cloud Compute V1 .NET library, with version 3.6.0 being the latest and the current version being 2.13.0."],["The `PreservedStatePreservedNetworkIp` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all used for different operations on this object."],["The class includes properties like `AutoDelete` (a string type indicating whether the IP should be deleted when no longer used) and `IpAddress`, which is another class that represents an IP address."],["There are also multiple previous versions available of the `PreservedStatePreservedNetworkIp` class that are listed on the webpage, ranging from version 1.0.0 up to the current latest version of 3.6.0."],["Two constructors are available for this object, a default and an overload that takes in an existing `PreservedStatePreservedNetworkIp` instance."]]],[]]