| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.endpoint.v3 |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.Builder.build() |
Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.Builder.buildPartial() |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.getDefaultInstance() |
Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.getDefaultInstanceForType() |
Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.Builder.getDefaultInstanceForType() |
Endpoint.HealthCheckConfig |
EndpointOrBuilder.getHealthCheckConfig()
The optional health check configuration is used as configuration for the
health checker to contact the health checked host.
.. attention::
This takes into effect only for upstream clusters with
:ref:`active health checking <arch_overview_health_checking>` enabled.
|
Endpoint.HealthCheckConfig |
Endpoint.getHealthCheckConfig()
The optional health check configuration is used as configuration for the
health checker to contact the health checked host.
.. attention::
This takes into effect only for upstream clusters with
:ref:`active health checking <arch_overview_health_checking>` enabled.
|
Endpoint.HealthCheckConfig |
Endpoint.Builder.getHealthCheckConfig()
The optional health check configuration is used as configuration for the
health checker to contact the health checked host.
.. attention::
This takes into effect only for upstream clusters with
:ref:`active health checking <arch_overview_health_checking>` enabled.
|
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseDelimitedFrom(InputStream input) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(byte[] data) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(ByteBuffer data) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(com.google.protobuf.ByteString data) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(InputStream input) |
static Endpoint.HealthCheckConfig |
Endpoint.HealthCheckConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Endpoint.HealthCheckConfig> |
Endpoint.HealthCheckConfig.getParserForType() |
static com.google.protobuf.Parser<Endpoint.HealthCheckConfig> |
Endpoint.HealthCheckConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.HealthCheckConfig.Builder |
Endpoint.HealthCheckConfig.Builder.mergeFrom(Endpoint.HealthCheckConfig other) |
Endpoint.Builder |
Endpoint.Builder.mergeHealthCheckConfig(Endpoint.HealthCheckConfig value)
The optional health check configuration is used as configuration for the
health checker to contact the health checked host.
.. attention::
This takes into effect only for upstream clusters with
:ref:`active health checking <arch_overview_health_checking>` enabled.
|
static Endpoint.HealthCheckConfig.Builder |
Endpoint.HealthCheckConfig.newBuilder(Endpoint.HealthCheckConfig prototype) |
Endpoint.Builder |
Endpoint.Builder.setHealthCheckConfig(Endpoint.HealthCheckConfig value)
The optional health check configuration is used as configuration for the
health checker to contact the health checked host.
.. attention::
This takes into effect only for upstream clusters with
:ref:`active health checking <arch_overview_health_checking>` enabled.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.