| Package | Description |
|---|---|
| io.envoyproxy.envoy.admin.v3 | |
| io.envoyproxy.envoy.config.core.v3 | |
| io.envoyproxy.envoy.config.endpoint.v3 | |
| io.envoyproxy.envoy.service.health.v3 |
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
HostHealthStatus.getEdsHealthStatus()
Health status as reported by EDS.
|
HealthStatus |
HostHealthStatus.Builder.getEdsHealthStatus()
Health status as reported by EDS.
|
HealthStatus |
HostHealthStatusOrBuilder.getEdsHealthStatus()
Health status as reported by EDS.
|
| Modifier and Type | Method and Description |
|---|---|
HostHealthStatus.Builder |
HostHealthStatus.Builder.setEdsHealthStatus(HealthStatus value)
Health status as reported by EDS.
|
| Modifier and Type | Method and Description |
|---|---|
static HealthStatus |
HealthStatus.forNumber(int value) |
static HealthStatus |
HealthStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HealthStatus |
HealthStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HealthStatus |
HealthStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthStatus[] |
HealthStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<HealthStatus> |
HealthStatus.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
LbEndpoint.getHealthStatus()
Optional health status when known and supplied by EDS server.
|
HealthStatus |
LbEndpoint.Builder.getHealthStatus()
Optional health status when known and supplied by EDS server.
|
HealthStatus |
LbEndpointOrBuilder.getHealthStatus()
Optional health status when known and supplied by EDS server.
|
| Modifier and Type | Method and Description |
|---|---|
LbEndpoint.Builder |
LbEndpoint.Builder.setHealthStatus(HealthStatus value)
Optional health status when known and supplied by EDS server.
|
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
EndpointHealthOrBuilder.getHealthStatus()
.envoy.config.core.v3.HealthStatus health_status = 2; |
HealthStatus |
EndpointHealth.getHealthStatus()
.envoy.config.core.v3.HealthStatus health_status = 2; |
HealthStatus |
EndpointHealth.Builder.getHealthStatus()
.envoy.config.core.v3.HealthStatus health_status = 2; |
| Modifier and Type | Method and Description |
|---|---|
EndpointHealth.Builder |
EndpointHealth.Builder.setHealthStatus(HealthStatus value)
.envoy.config.core.v3.HealthStatus health_status = 2; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.