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 webpage provides documentation for the `NetworkEndpointGroupsListEndpointsRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality."],["The latest version of the `NetworkEndpointGroupsListEndpointsRequest` documentation is 3.6.0, with a history of versions ranging back to 1.0.0, all linked in the documentation for easy access."],["The `NetworkEndpointGroupsListEndpointsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class has two constructors, a default constructor, and a constructor that takes another `NetworkEndpointGroupsListEndpointsRequest` object as a parameter, allowing for the creation of new instances and copies."],["The document provides information on two key properties of the class: `HasHealthStatus`, a boolean value indicating if the health status is set, and `HealthStatus`, a string value that allows setting a query parameter for the health status of each network endpoint."]]],[]]