Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer.model |
Modifier and Type | Method and Description |
---|---|
HealthCheckResult |
HealthCheckResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<HealthCheckResult> |
BackendHealth.getHealthCheckResults()
A list of the most recent health check results returned for the specified backend server.
|
Modifier and Type | Method and Description |
---|---|
HealthCheckResult.Builder |
HealthCheckResult.Builder.copy(HealthCheckResult model) |
Modifier and Type | Method and Description |
---|---|
BackendHealth.Builder |
BackendHealth.Builder.healthCheckResults(List<HealthCheckResult> healthCheckResults)
A list of the most recent health check results returned for the specified backend server.
|
Constructor and Description |
---|
BackendHealth(BackendHealth.Status status,
List<HealthCheckResult> healthCheckResults)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.