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-04-09 UTC."],[[["This webpage details the `NetworkEndpointWithHealthStatus` class within the `Google.Cloud.Compute.V1` namespace, showing it is part of version 3.3.0 of the Google Cloud Compute library for .NET."],["The `NetworkEndpointWithHealthStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class offers two constructors: a default constructor, and one that accepts another `NetworkEndpointWithHealthStatus` object as a parameter for copying."],["It contains two main properties: `Healths`, a `RepeatedField` of `HealthStatusForNetworkEndpoint` objects that show the health status, and `NetworkEndpoint`, which is the network endpoint itself."],["The webpage offers links to a list of prior versions of the class ranging from version 1.0.0 all the way to 3.6.0."]]],[]]