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 is a part of the `Google.Cloud.Compute.V1` namespace, specifically found in the `Google.Cloud.Compute.V1.dll` assembly, and represents a network endpoint with its associated health status."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cNetworkEndpointWithHealthStatus\u003e`, `IDeepCloneable\u003cNetworkEndpointWithHealthStatus\u003e`, and `IBufferMessage`."],["There are two constructors available for the `NetworkEndpointWithHealthStatus` class, one being the default constructor and the other used to create a copy of another `NetworkEndpointWithHealthStatus` object."],["The `NetworkEndpointWithHealthStatus` class provides two key properties: `Healths`, which is an output-only list of the health statuses for the network endpoint, and `NetworkEndpoint`, which is an output-only representation of the network endpoint itself."],["This document lists all the available versions, including the latest version (3.6.0) and down to version 1.0.0."]]],[]]