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."],[[["Version 3.6.0 is the latest available version for the `NetworkEndpointGroupsListEndpointsRequest`, with multiple versions available to view and reference."],["The `NetworkEndpointGroupsListEndpointsRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from the `object` class."],["The class has two constructors: a default constructor and one that accepts another `NetworkEndpointGroupsListEndpointsRequest` object as a parameter."],["The class contains properties `HasHealthStatus`, a bool to know if the 'health_status' is set and `HealthStatus`, a string to show the health status of each network endpoint, which can be either `SKIP` or `SHOW`."]]],[]]