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 in the `Google.Cloud.Compute.V1` namespace represents a network endpoint along with its health status, and it's currently on version 1.0.0 with the latest release being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various operations within the Google Cloud Compute environment."],["It has two properties, `Healths` and `NetworkEndpoint`, which respectively provide the health status of the network endpoint and details about the network endpoint itself."],["The class includes two constructors: a default constructor (`NetworkEndpointWithHealthStatus()`) and a copy constructor (`NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus other)`), allowing for easy creation and duplication of objects."],["The documentation provides links for all the available versions of `NetworkEndpointWithHealthStatus` from 1.0.0 to 3.6.0 and details the `Object` class methods that are inherited."]]],[]]