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 provides information about network endpoints, including their health status."],["This class is part of the Google.Cloud.Compute.V1.dll assembly and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It supports multiple versions, with the latest version being 3.6.0 and a full history of versions ranging from 1.0.0 to the latest 3.6.0."],["The class has two properties: `Healths`, which is a repeated field containing health status details, and `NetworkEndpoint`, which provides network endpoint information."],["The `NetworkEndpointWithHealthStatus` class can be instantiated via two constructors, one default and another allowing an instance of itself as a parameter."]]],[]]