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 structure and functionality across multiple versions."],["Version 3.6.0 is the latest version of the documentation provided, while a wide range of previous versions, from 1.0.0 to 3.5.0 and including versions of 2.x, are also documented."],["The `NetworkEndpointGroupsListEndpointsRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `HasHealthStatus` (a boolean indicating if health status is set) and `HealthStatus` (a string for managing the display of network endpoint health)."],["The documentation includes information about the class's constructors and inherited members from the `object` base class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]