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 latest version of `NetworkEndpointGroupsListEndpointsRequest` is 3.6.0, which can be found in the `/dotnet/docs/reference/Google.Cloud.Compute.V1/latest/` directory."],["This class, `NetworkEndpointGroupsListEndpointsRequest`, is part of the `Google.Cloud.Compute.V1` namespace, residing in the Google.Cloud.Compute.V1.dll assembly."],["`NetworkEndpointGroupsListEndpointsRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits members from `Object`."],["The `NetworkEndpointGroupsListEndpointsRequest` class contains two constructors and includes a `HealthStatus` property that can be set and a corresponding `HasHealthStatus` property to check if it is set, for the displaying of health statuses."],["The webpage contains a historical documentation of this class, from version 1.0.0 all the way up to the most recent version 3.6.0."]]],[]]