public static class BackendHealth.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BackendHealth |
build() |
BackendHealth.Builder |
copy(BackendHealth model) |
BackendHealth.Builder |
healthCheckResults(List<HealthCheckResult> healthCheckResults)
A list of the most recent health check results returned for the specified backend server.
|
BackendHealth.Builder |
status(BackendHealth.Status status)
The general health status of the specified backend server as reported by the primary and
standby load balancers.
|
public BackendHealth.Builder status(BackendHealth.Status status)
The general health status of the specified backend server as reported by the primary and standby load balancers.
**OK:** Both health checks returned OK
.
**WARNING:** One health check returned OK
and one did not.
**CRITICAL:** Neither health check returned OK
.
**UNKNOWN:** One or both health checks returned UNKNOWN
, or the system was
unable to retrieve metrics at this time.
status
- the value to setpublic BackendHealth.Builder healthCheckResults(List<HealthCheckResult> healthCheckResults)
A list of the most recent health check results returned for the specified backend server.
healthCheckResults
- the value to setpublic BackendHealth build()
public BackendHealth.Builder copy(BackendHealth model)
Copyright © 2016–2024. All rights reserved.