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-31 UTC."],[[["The `NetworkEndpointWithHealthStatus` class is a part of the Google.Cloud.Compute.V1 namespace, specifically within version 3.4.0 of the library."],["This class is used to encapsulate the health status and details of a network endpoint, and is output only."],["It implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its role in message handling, equality checks, deep cloning, and buffer operations."],["The class contains properties such as `Healths` for storing a list of `HealthStatusForNetworkEndpoint` and `NetworkEndpoint` to store the actual network endpoint data."],["The documentation provides links to the class and its properties across numerous versions, from 1.0.0 to 3.6.0."]]],[]]