Package io.envoyproxy.envoy.data.core.v3
Interface HealthCheckAddHealthyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheckAddHealthy,HealthCheckAddHealthy.Builder
public interface HealthCheckAddHealthyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether this addition is the result of the first ever health check on a host, in which case the configured :ref:`healthy threshold <envoy_v3_api_field_config.core.v3.HealthCheck.healthy_threshold>` is bypassed and the host is immediately added.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFirstCheck
boolean getFirstCheck()Whether this addition is the result of the first ever health check on a host, in which case the configured :ref:`healthy threshold <envoy_v3_api_field_config.core.v3.HealthCheck.healthy_threshold>` is bypassed and the host is immediately added.
bool first_check = 1;- Returns:
- The firstCheck.
-