public sealed class NetworkEndpointWithHealthStatus : IMessage<NetworkEndpointWithHealthStatus>, IEquatable<NetworkEndpointWithHealthStatus>, IDeepCloneable<NetworkEndpointWithHealthStatus>, 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-21 UTC."],[[["This webpage provides documentation for the `NetworkEndpointWithHealthStatus` class within the `Google.Cloud.Compute.V1` namespace in the .NET library."],["The `NetworkEndpointWithHealthStatus` class, which is sealed and implements multiple interfaces, provides detailed information on the health status of a network endpoint."],["The latest version of the documentation available is 3.6.0, with several prior versions listed down to 1.0.0, allowing users to access specific documentation according to the version they use."],["Key members of the class include two constructors, `NetworkEndpointWithHealthStatus()` with no parameters and `NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus other)` with parameters, alongside two properties, `Healths` and `NetworkEndpoint`, each with specific data types and descriptions."],["The class `NetworkEndpointWithHealthStatus` inherits from `object`, while implementing the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]