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-04-02 UTC."],[[["This webpage details the `NetworkEndpointGroupsListEndpointsRequest` class within the `Google.Cloud.Compute.V1` namespace, serving as a request type for listing network endpoint group endpoints."],["The latest version of this class is 3.6.0, with historical versions available from 1.0.0 to the latest, each with its own documentation page."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `NetworkEndpointGroupsListEndpointsRequest` class includes properties like `HasHealthStatus` (a boolean) and `HealthStatus` (a string) which is an optional parameter for getting the health status of each endpoint."],["There are two constructors available for this class, a default constructor, and a copy constructor that takes another instance of `NetworkEndpointGroupsListEndpointsRequest` as a parameter."]]],[]]