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."],["The most recent version of the documentation is for version 3.6.0, with an array of prior versions dating back to 1.0.0, all of which are available for reference through this webpage."],["The `NetworkEndpointWithHealthStatus` class includes properties for `Healths`, which details the health status of the network endpoint, and `NetworkEndpoint`, which designates the network endpoint itself."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Two constructors are available for `NetworkEndpointWithHealthStatus`, one default and another to create a copy from another `NetworkEndpointWithHealthStatus` instance."]]],[]]