Class NetworkEndpointGroupsListEndpointsRequest (1.18.0)

NetworkEndpointGroupsListEndpointsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attribute

NameDescription
health_status str
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. This field is a member of oneof_ _health_status.

Classes

HealthStatus

HealthStatus(value)

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.

Values: UNDEFINED_HEALTH_STATUS (0): A value indicating that the enum field is not set. SHOW (2544381): Show the health status for each network endpoint. Impacts latency of the call. SKIP (2547071): Health status for network endpoints will not be provided.