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."],[[["The `NetworkEndpointWithHealthStatus` class in the `Google.Cloud.Compute.V1` namespace provides information about a network endpoint's health."],["This class supports multiple versions, with version 3.6.0 being the latest and version 1.0.0 being the oldest."],["It inherits from `Object` and implements `IMessage\u003cNetworkEndpointWithHealthStatus\u003e`, `IEquatable\u003cNetworkEndpointWithHealthStatus\u003e`, `IDeepCloneable\u003cNetworkEndpointWithHealthStatus\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties for `Healths` (health status of the network endpoint) and `NetworkEndpoint` (the network endpoint itself), and contains 2 constructors."],["The class is located within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]