public interface HealthCheckFailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HealthCheckFailureType |
getFailureType()
The type of failure that caused this event.
|
int |
getFailureTypeValue()
The type of failure that caused this event.
|
boolean |
getFirstCheck()
Whether this event is the result of the first ever health check on a host.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFailureTypeValue()
The type of failure that caused this event.
.envoy.data.core.v2alpha.HealthCheckFailureType failure_type = 1 [(.validate.rules) = { ... }HealthCheckFailureType getFailureType()
The type of failure that caused this event.
.envoy.data.core.v2alpha.HealthCheckFailureType failure_type = 1 [(.validate.rules) = { ... }boolean getFirstCheck()
Whether this event is the result of the first ever health check on a host.
bool first_check = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.