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 page details the `NetworkEndpointGroupsListEndpointsRequest` class within the `Google.Cloud.Compute.V1` namespace, a part of the Google Cloud Compute library for .NET."],["The class has a rich history with many versions, ranging from 1.0.0 up to the latest version 3.6.0, all of which are linked in this content for easy access."],["The `NetworkEndpointGroupsListEndpointsRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors: a default one and one that copies another `NetworkEndpointGroupsListEndpointsRequest` object, as well as the properties `HasHealthStatus` and `HealthStatus`."],["The latest listed version is 3.6.0, while version 2.6.0 is the one being viewed in this instance."]]],[]]