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."],[[["This webpage details the `NetworkEndpointGroupsListEndpointsRequest` class within the `Google.Cloud.Compute.V1` namespace, spanning multiple versions from 1.0.0 to the latest 3.6.0."],["The `NetworkEndpointGroupsListEndpointsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in Google Cloud's .NET libraries."],["The class provides two constructors: a default constructor and one that takes another `NetworkEndpointGroupsListEndpointsRequest` object as a parameter for copying its properties."],["It includes a `HealthStatus` property that allows for querying and displaying the health status of network endpoints, with options to `SKIP` or `SHOW` the health status."],["The class inherits from the `Object` class, thus having access to the `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` methods."]]],[]]