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."],[[["The `NetworkEndpointGroupsListEndpointsRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used within the Google Cloud Compute API, with the latest version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as message handling, equality checks, deep cloning, and buffer management."],["The class offers two constructors: a default constructor `NetworkEndpointGroupsListEndpointsRequest()` and a copy constructor `NetworkEndpointGroupsListEndpointsRequest(NetworkEndpointGroupsListEndpointsRequest other)`."],["It includes properties like `HasHealthStatus` to check if the health status field is set and `HealthStatus` to manage and optionally display the health status of network endpoints, with options to skip or show the health status."],["The current document lists available versions from 1.0.0 to 3.6.0 of `NetworkEndpointGroupsListEndpointsRequest`, showing the evolution of the class over various releases."]]],[]]