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."],[[["This webpage details the `NetworkEndpointWithHealthStatus` class within the `Google.Cloud.Compute.V1` namespace, showing it's part of the Google Cloud Compute .NET library."],["The `NetworkEndpointWithHealthStatus` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation and comparison."],["The class offers two constructors: a default constructor `NetworkEndpointWithHealthStatus()` and a copy constructor `NetworkEndpointWithHealthStatus(NetworkEndpointWithHealthStatus other)`."],["It includes two main properties, `Healths` which is a `RepeatedField` of `HealthStatusForNetworkEndpoint`, and `NetworkEndpoint`, which represents the network endpoint, both being output only properties."],["The page provides a comprehensive version history of the `NetworkEndpointWithHealthStatus` class, ranging from version 1.0.0 up to the latest version, 3.6.0, detailing specific versions."]]],[]]