public interface HostHealthStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
getEdsHealthStatus()
Health status as reported by EDS.
|
int |
getEdsHealthStatusValue()
Health status as reported by EDS.
|
boolean |
getFailedActiveDegradedCheck()
The host is currently being marked as degraded through active health checking.
|
boolean |
getFailedActiveHealthCheck()
The host is currently failing active health checks.
|
boolean |
getFailedOutlierCheck()
The host is currently considered an outlier and has been ejected.
|
boolean |
getPendingActiveHc()
The host has not yet been health checked.
|
boolean |
getPendingDynamicRemoval()
The host has been removed from service discovery, but is being stabilized due to active
health checking.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getFailedActiveHealthCheck()
The host is currently failing active health checks.
bool failed_active_health_check = 1;boolean getFailedOutlierCheck()
The host is currently considered an outlier and has been ejected.
bool failed_outlier_check = 2;boolean getFailedActiveDegradedCheck()
The host is currently being marked as degraded through active health checking.
bool failed_active_degraded_check = 4;boolean getPendingDynamicRemoval()
The host has been removed from service discovery, but is being stabilized due to active health checking.
bool pending_dynamic_removal = 5;boolean getPendingActiveHc()
The host has not yet been health checked.
bool pending_active_hc = 6;int getEdsHealthStatusValue()
Health status as reported by EDS. Note: only HEALTHY and UNHEALTHY are currently supported here. [#comment:TODO(mrice32): pipe through remaining EDS health status possibilities.]
.envoy.config.core.v4alpha.HealthStatus eds_health_status = 3;HealthStatus getEdsHealthStatus()
Health status as reported by EDS. Note: only HEALTHY and UNHEALTHY are currently supported here. [#comment:TODO(mrice32): pipe through remaining EDS health status possibilities.]
.envoy.config.core.v4alpha.HealthStatus eds_health_status = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.