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 Type
    Method
    Description
    boolean
    Whether this addition is the result of the first ever health check on a host, in which case the configured :ref:`healthy threshold <envoy_api_field_core.HealthCheck.healthy_threshold>` is bypassed and the host is immediately added.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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_api_field_core.HealthCheck.healthy_threshold>`
       is bypassed and the host is immediately added.
       
      bool first_check = 1;
      Returns:
      The firstCheck.