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 `NetworkEndpointGroupsListEndpointsRequest` class is available in multiple versions, ranging from 1.0.0 to the latest version, 3.6.0, as a part of the Google.Cloud.Compute.V1 namespace."],["This class implements several interfaces including `IMessage`, `IEquatable\u003cNetworkEndpointGroupsListEndpointsRequest\u003e`, `IDeepCloneable\u003cNetworkEndpointGroupsListEndpointsRequest\u003e`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `NetworkEndpointGroupsListEndpointsRequest` class has two constructors, a default constructor and a constructor that accepts another `NetworkEndpointGroupsListEndpointsRequest` object."],["It contains two properties, `HasHealthStatus`, a boolean indicating if the \"health_status\" field is set, and `HealthStatus`, which allows showing the health status of each network endpoint, accepting a `string` that should be either 'SKIP' or 'SHOW'."]]],[]]