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-21 UTC."],[[["This webpage provides documentation for the `PreservedStatePreservedNetworkIp` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.14.0, with links to older and newer versions."],["The `PreservedStatePreservedNetworkIp` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities related to message handling, equality checks, deep cloning, and buffer manipulation."],["The class has two constructors, a default constructor and one that takes another `PreservedStatePreservedNetworkIp` instance as a parameter for copying."],["The `PreservedStatePreservedNetworkIp` class features properties such as `AutoDelete` (a string indicating whether the IP reservation should be auto-deleted) and `IpAddress` (an object of type `PreservedStatePreservedNetworkIpIpAddress` that handles the IP address representation), with corresponding HasAutoDelete for the auto_delete field."],["This class is within the Google.Cloud.Compute.V1.dll assembly."]]],[]]