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 content focuses on the `NetworkEndpointGroupsListEndpointsRequest` class within the Google Cloud Compute V1 API for .NET, with the latest version being 3.6.0 and a range of previous versions listed from 1.0.0 to 3.5.0."],["The `NetworkEndpointGroupsListEndpointsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and provides methods like `GetHashCode`, `GetType`, and `ToString` while also including a default and copy constructor."],["It includes properties such as `HasHealthStatus` which indicates if the health status field is set, and `HealthStatus`, which is an optional parameter to show the health status of each network endpoint, taking values such as \"SKIP\" or \"SHOW\"."],["The provided content documents different versions of the `NetworkEndpointGroupsListEndpointsRequest` class, each version representing a specific release or update of the Google Cloud Compute V1 API."]]],[]]