Uses of Class
com.oracle.bmc.networkloadbalancer.model.HealthCheckResult
-
Packages that use HealthCheckResult Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of HealthCheckResult in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return HealthCheckResult Modifier and Type Method Description HealthCheckResult
HealthCheckResult.Builder. build()
Methods in com.oracle.bmc.networkloadbalancer.model that return types with arguments of type HealthCheckResult Modifier and Type Method Description List<HealthCheckResult>
BackendHealth. getHealthCheckResults()
A list of the most recent health check results returned for the specified backend server.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type HealthCheckResult Modifier and Type Method Description HealthCheckResult.Builder
HealthCheckResult.Builder. copy(HealthCheckResult model)
Method parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type HealthCheckResult Modifier and Type Method 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 parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type HealthCheckResult Constructor Description BackendHealth(BackendHealth.Status status, List<HealthCheckResult> healthCheckResults)
Deprecated.
-