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 environment, with version 3.6.0 being the most recent version."],["The `NetworkEndpointWithHealthStatus` class is part of the Google Cloud Compute library, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` allowing it to support a wide range of message based operations."],["The class includes two constructors, one default and another that takes another `NetworkEndpointWithHealthStatus` object as an argument for copying."],["The `NetworkEndpointWithHealthStatus` class contains properties for managing network endpoints, including `Healths` (a repeated field indicating health statuses) and `NetworkEndpoint` (the network endpoint itself)."],["Documentation is provided for a range of versions of this class from version 1.0.0 to 3.6.0, indicating the support for various prior versions."]]],[]]