public sealed class PreservedStatePreservedNetworkIpIpAddress : IMessage<PreservedStatePreservedNetworkIpIpAddress>, IEquatable<PreservedStatePreservedNetworkIpIpAddress>, IDeepCloneable<PreservedStatePreservedNetworkIpIpAddress>, IBufferMessage, IMessage
[[["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 `PreservedStatePreservedNetworkIpIpAddress` class within the `Google.Cloud.Compute.V1` namespace in the .NET library, detailing its properties, constructors, inheritance, and implemented interfaces."],["The latest version documented is 3.6.0, while the page specifically highlights version 2.16.0 with a dropdown to navigate to different versions ranging from 1.0.0 to 3.6.0."],["The `PreservedStatePreservedNetworkIpIpAddress` class, inheriting from `object`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation within the Google Cloud Compute environment."],["Key properties of the class include `Address`, which represents the URL of the reservation for an IP address, and `Literal`, representing an IPv4 internal network address assigned to an instance, along with boolean properties `HasAddress` and `HasLiteral` to check if they are set."],["Two constructors are available: a default constructor `PreservedStatePreservedNetworkIpIpAddress()`, and an overload allowing for initialization with another instance of the same type, `PreservedStatePreservedNetworkIpIpAddress(PreservedStatePreservedNetworkIpIpAddress)`."]]],[]]