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-31 UTC."],[[["Version 3.6.0 is the latest available version, while the current documentation covers version 3.1.0 of the Google.Cloud.Compute.V1.PreservedStatePreservedNetworkIp class."],["The `PreservedStatePreservedNetworkIp` class in the `Google.Cloud.Compute.V1` namespace implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["This class has two constructors: one default constructor `PreservedStatePreservedNetworkIp()` and one that accepts another `PreservedStatePreservedNetworkIp` object for copying `PreservedStatePreservedNetworkIp(PreservedStatePreservedNetworkIp other)`."],["Key properties of `PreservedStatePreservedNetworkIp` include `AutoDelete` (a string indicating whether to automatically delete the IP reservation), `HasAutoDelete` (a boolean indicating if \"auto_delete\" is set), and `IpAddress` (of type `PreservedStatePreservedNetworkIpIpAddress`) which is the ip address representation."],["There is a documented list of all versions, ranging from version 1.0.0 to 3.6.0, of the `PreservedStatePreservedNetworkIp` available for reference, each linked to it's respective documentation page."]]],[]]