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 details the `NetworkEndpointWithHealthStatus` class within the `Google.Cloud.Compute.V1` namespace, presenting various versions of the .NET library from 1.0.0 to the latest 3.6.0."],["The `NetworkEndpointWithHealthStatus` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors: a default constructor `NetworkEndpointWithHealthStatus()` and another `NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus other)` that accepts another instance of the same class as a parameter."],["The `NetworkEndpointWithHealthStatus` class includes two main properties: `Healths`, which provides the health status of the network endpoint, and `NetworkEndpoint`, which represents the network endpoint itself."],["The available documentation versions for `NetworkEndpointWithHealthStatus` range from version `1.0.0` to the most recent version `3.6.0`."]]],[]]