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 version 2.14.0."],["The `NetworkEndpointWithHealthStatus` class, which inherits from `object`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the associated documentation is for version 3.6.0, while the page focuses on version 2.14.0 and there are documentation links for all versions back to 1.0.0."],["The class includes two constructors, `NetworkEndpointWithHealthStatus()` and `NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus)`, and two main properties, `Healths` and `NetworkEndpoint`."],["The properties Healths holds the health status of the network endpoint and the NetworkEndpoint holds the network endpoint itself."]]],[]]