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-31 UTC."],[[["This document provides comprehensive details for the `NetworkEndpointGroupsListEndpointsRequest` class, specifically within the `Google.Cloud.Compute.V1` namespace, across multiple versions."],["The latest version available is 3.6.0, with a range of previous versions also documented, extending back to version 1.0.0."],["The `NetworkEndpointGroupsListEndpointsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities."],["Key properties of the class include `HasHealthStatus` (a boolean indicating if the health status is set) and `HealthStatus` (a string that controls whether or not the health status of network endpoints should be displayed)."],["There are two constructors available for the `NetworkEndpointGroupsListEndpointsRequest` class: a default constructor and a copy constructor, allowing object creation from nothing or from an existing `NetworkEndpointGroupsListEndpointsRequest`."]]],[]]