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-24 UTC."],[[["This webpage provides documentation for the `NetworkEndpointWithHealthStatus` class within the Google.Cloud.Compute.V1 namespace, specifically for version 2.15.0."],["The latest version available in these documents is 3.6.0, and the content shows links to versions ranging from 1.0.0 to 3.6.0 for `NetworkEndpointWithHealthStatus`."],["The `NetworkEndpointWithHealthStatus` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties: `Healths`, which is a repeated field of `HealthStatusForNetworkEndpoint` and represents the health status of the network endpoint, and `NetworkEndpoint`, which is the network endpoint itself."],["The class has two constructors `NetworkEndpointWithHealthStatus()` and `NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus other)`."]]],[]]