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."],[[["The `NetworkEndpointWithHealthStatus` class provides information about the health status of network endpoints and is located in the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cNetworkEndpointWithHealthStatus\u003e`, `IDeepCloneable\u003cNetworkEndpointWithHealthStatus\u003e`, and `IBufferMessage`."],["There are multiple versions of `NetworkEndpointWithHealthStatus` available, with the latest version being 3.6.0 and the current webpage context being version 2.13.0."],["The `NetworkEndpointWithHealthStatus` class contains properties like `Healths`, which returns a list of health statuses and `NetworkEndpoint`, that represents the network endpoint."],["The `NetworkEndpointWithHealthStatus` class has two constructors: one default constructor, and another that accepts another `NetworkEndpointWithHealthStatus` object as a parameter."]]],[]]