public sealed class NetworkEndpointGroupsListEndpointsRequest : IMessage<NetworkEndpointGroupsListEndpointsRequest>, IEquatable<NetworkEndpointGroupsListEndpointsRequest>, IDeepCloneable<NetworkEndpointGroupsListEndpointsRequest>, IBufferMessage, IMessage
Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.
Check the HealthStatus enum for the list of possible values.
[[["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 webpage provides documentation for the `NetworkEndpointGroupsListEndpointsRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage in .NET."],["The latest available version is 3.6.0, and the documentation covers versions all the way back to 1.0.0, allowing access to documentation for a variety of different builds of this specific class."],["The `NetworkEndpointGroupsListEndpointsRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each of which are crucial to the classes function."],["The class includes two constructors, one default and one that takes another `NetworkEndpointGroupsListEndpointsRequest` instance as a parameter for cloning purposes."],["The class contains properties such as `HasHealthStatus` (a boolean) and `HealthStatus` (a string), which are used for managing the health status of network endpoints."]]],[]]