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 provides documentation for the `PreservedStatePreservedNetworkIp` class within the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0."],["The `PreservedStatePreservedNetworkIp` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in Google Cloud's compute operations."],["Key functionalities include constructors for creating `PreservedStatePreservedNetworkIp` instances and properties such as `AutoDelete`, which manages the automatic deletion of reserved IPs, and `IpAddress`, which is a representation of an IP address."],["The page offers access to historical versions of the documentation, ranging from version 1.0.0 to the current 3.6.0, allowing users to access relevant material depending on the version they are using."],["It outlines the class's inheritance from `object`, highlighting the relationship of this class within the broader .NET framework's type hierarchy."]]],[]]