Uses of Class
io.envoyproxy.envoy.admin.v3.HostHealthStatus.Builder
Packages that use HostHealthStatus.Builder
-
Uses of HostHealthStatus.Builder in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return HostHealthStatus.BuilderModifier and TypeMethodDescriptionHostHealthStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HostHealthStatus.Builder.clear()HostHealthStatus.Builder.clearActiveHcTimeout()The host failed active health check due to timeout.HostHealthStatus.Builder.clearEdsHealthStatus()Health status as reported by EDS. .. note:: Currently, only ``HEALTHY`` and ``UNHEALTHY`` are supported.HostHealthStatus.Builder.clearExcludedViaImmediateHcFail()The host should be excluded from panic, spillover, etc. calculations because it was explicitly taken out of rotation via protocol signal and is not meant to be routed to.HostHealthStatus.Builder.clearFailedActiveDegradedCheck()The host is currently being marked as degraded through active health checking.HostHealthStatus.Builder.clearFailedActiveHealthCheck()The host is currently failing active health checks.HostHealthStatus.Builder.clearFailedOutlierCheck()The host is currently considered an outlier and has been ejected.HostHealthStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HostHealthStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HostHealthStatus.Builder.clearPendingActiveHc()The host is awaiting first health check.HostHealthStatus.Builder.clearPendingDynamicRemoval()The host has been removed from service discovery, but is being stabilized due to active health checking.HostHealthStatus.Builder.clone()HostStatus.Builder.getHealthStatusBuilder()The host's current health status.HostHealthStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HostHealthStatus.Builder.mergeFrom(com.google.protobuf.Message other) HostHealthStatus.Builder.mergeFrom(HostHealthStatus other) final HostHealthStatus.BuilderHostHealthStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HostHealthStatus.BuilderHostHealthStatus.newBuilder()static HostHealthStatus.BuilderHostHealthStatus.newBuilder(HostHealthStatus prototype) HostHealthStatus.newBuilderForType()protected HostHealthStatus.BuilderHostHealthStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HostHealthStatus.Builder.setActiveHcTimeout(boolean value) The host failed active health check due to timeout.HostHealthStatus.Builder.setEdsHealthStatus(HealthStatus value) Health status as reported by EDS. .. note:: Currently, only ``HEALTHY`` and ``UNHEALTHY`` are supported.HostHealthStatus.Builder.setEdsHealthStatusValue(int value) Health status as reported by EDS. .. note:: Currently, only ``HEALTHY`` and ``UNHEALTHY`` are supported.HostHealthStatus.Builder.setExcludedViaImmediateHcFail(boolean value) The host should be excluded from panic, spillover, etc. calculations because it was explicitly taken out of rotation via protocol signal and is not meant to be routed to.HostHealthStatus.Builder.setFailedActiveDegradedCheck(boolean value) The host is currently being marked as degraded through active health checking.HostHealthStatus.Builder.setFailedActiveHealthCheck(boolean value) The host is currently failing active health checks.HostHealthStatus.Builder.setFailedOutlierCheck(boolean value) The host is currently considered an outlier and has been ejected.HostHealthStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HostHealthStatus.Builder.setPendingActiveHc(boolean value) The host is awaiting first health check.HostHealthStatus.Builder.setPendingDynamicRemoval(boolean value) The host has been removed from service discovery, but is being stabilized due to active health checking.HostHealthStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final HostHealthStatus.BuilderHostHealthStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HostHealthStatus.toBuilder()Methods in io.envoyproxy.envoy.admin.v3 with parameters of type HostHealthStatus.BuilderModifier and TypeMethodDescriptionHostStatus.Builder.setHealthStatus(HostHealthStatus.Builder builderForValue) The host's current health status.