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."],[[["This webpage provides documentation for the `PreservedStatePreservedNetworkIp` class in 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`, offering functionalities for message handling, equality checks, deep cloning, and buffer manipulation."],["The class includes properties like `AutoDelete`, which controls the automatic deletion of the IP reservation, and `IpAddress`, which represents the IP address information."],["This documentation covers versions of the `PreservedStatePreservedNetworkIp` class, starting from version 1.0.0 up to 3.6.0, with version 3.4.0 as the current specific version discussed."],["The class' constructors are detailed, and their inherited members from the `object` base class, such as `GetHashCode`, `GetType`, and `ToString`, are referenced."]]],[]]