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-04-09 UTC."],[[["This webpage provides documentation for the `PreservedStatePreservedNetworkIpIpAddress` class within the `Google.Cloud.Compute.V1` namespace in the .NET library, covering versions from 1.0.0 to the latest 3.6.0."],["The `PreservedStatePreservedNetworkIpIpAddress` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Address` (a string representing the IP reservation URL) and `Literal` (a string for an IPv4 internal network address), as well as boolean properties `HasAddress` and `HasLiteral` indicating whether these fields are set."],["There are two constructors provided for this class, a default one and one that takes another `PreservedStatePreservedNetworkIpIpAddress` object as a parameter."],["The class inherits from the `object` base class and includes inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]