Uses of Class
io.envoyproxy.envoy.config.endpoint.v3.Endpoint.HealthCheckConfig.Builder
Packages that use Endpoint.HealthCheckConfig.Builder
-
Uses of Endpoint.HealthCheckConfig.Builder in io.envoyproxy.envoy.config.endpoint.v3
Subclasses with type arguments of type Endpoint.HealthCheckConfig.Builder in io.envoyproxy.envoy.config.endpoint.v3Modifier and TypeClassDescriptionstatic final classThe optional health check configuration.Fields in io.envoyproxy.envoy.config.endpoint.v3 with type parameters of type Endpoint.HealthCheckConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Endpoint.HealthCheckConfig, Endpoint.HealthCheckConfig.Builder, Endpoint.HealthCheckConfigOrBuilder> Endpoint.Builder.healthCheckConfigBuilder_Methods in io.envoyproxy.envoy.config.endpoint.v3 that return Endpoint.HealthCheckConfig.BuilderModifier and TypeMethodDescriptionEndpoint.HealthCheckConfig.Builder.clear()Endpoint.HealthCheckConfig.Builder.clearAddress()Optional alternative health check host address.Endpoint.HealthCheckConfig.Builder.clearDisableActiveHealthCheck()Optional flag to control if perform active health check for this endpoint.Endpoint.HealthCheckConfig.Builder.clearHostname()By default, the host header for L7 health checks is controlled by cluster level configuration (see: :ref:`host <envoy_v3_api_field_config.core.v3.HealthCheck.HttpHealthCheck.host>` and :ref:`authority <envoy_v3_api_field_config.core.v3.HealthCheck.GrpcHealthCheck.authority>`).Endpoint.HealthCheckConfig.Builder.clearPortValue()Optional alternative health check port value.Endpoint.Builder.getHealthCheckConfigBuilder()The optional health check configuration is used as configuration for the health checker to contact the health checked host.Endpoint.HealthCheckConfig.Builder.mergeAddress(Address value) Optional alternative health check host address.Endpoint.HealthCheckConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Endpoint.HealthCheckConfig.Builder.mergeFrom(com.google.protobuf.Message other) Endpoint.HealthCheckConfig.Builder.mergeFrom(Endpoint.HealthCheckConfig other) Endpoint.HealthCheckConfig.newBuilder()Endpoint.HealthCheckConfig.newBuilder(Endpoint.HealthCheckConfig prototype) Endpoint.HealthCheckConfig.newBuilderForType()protected Endpoint.HealthCheckConfig.BuilderEndpoint.HealthCheckConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Endpoint.HealthCheckConfig.Builder.setAddress(Address value) Optional alternative health check host address.Endpoint.HealthCheckConfig.Builder.setAddress(Address.Builder builderForValue) Optional alternative health check host address.Endpoint.HealthCheckConfig.Builder.setDisableActiveHealthCheck(boolean value) Optional flag to control if perform active health check for this endpoint.Endpoint.HealthCheckConfig.Builder.setHostname(String value) By default, the host header for L7 health checks is controlled by cluster level configuration (see: :ref:`host <envoy_v3_api_field_config.core.v3.HealthCheck.HttpHealthCheck.host>` and :ref:`authority <envoy_v3_api_field_config.core.v3.HealthCheck.GrpcHealthCheck.authority>`).Endpoint.HealthCheckConfig.Builder.setHostnameBytes(com.google.protobuf.ByteString value) By default, the host header for L7 health checks is controlled by cluster level configuration (see: :ref:`host <envoy_v3_api_field_config.core.v3.HealthCheck.HttpHealthCheck.host>` and :ref:`authority <envoy_v3_api_field_config.core.v3.HealthCheck.GrpcHealthCheck.authority>`).Endpoint.HealthCheckConfig.Builder.setPortValue(int value) Optional alternative health check port value.Endpoint.HealthCheckConfig.toBuilder()Methods in io.envoyproxy.envoy.config.endpoint.v3 that return types with arguments of type Endpoint.HealthCheckConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Endpoint.HealthCheckConfig, Endpoint.HealthCheckConfig.Builder, Endpoint.HealthCheckConfigOrBuilder> Endpoint.Builder.internalGetHealthCheckConfigFieldBuilder()The optional health check configuration is used as configuration for the health checker to contact the health checked host.Methods in io.envoyproxy.envoy.config.endpoint.v3 with parameters of type Endpoint.HealthCheckConfig.BuilderModifier and TypeMethodDescriptionEndpoint.Builder.setHealthCheckConfig(Endpoint.HealthCheckConfig.Builder builderForValue) The optional health check configuration is used as configuration for the health checker to contact the health checked host.