Uses of Class
com.oracle.bmc.networkloadbalancer.model.BackendHealth.Status
-
Packages that use BackendHealth.Status Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of BackendHealth.Status in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return BackendHealth.Status Modifier and Type Method Description static BackendHealth.Status
BackendHealth.Status. create(String key)
BackendHealth.Status
BackendHealth. getStatus()
The general health status of the specified backend server.static BackendHealth.Status
BackendHealth.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackendHealth.Status[]
BackendHealth.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type BackendHealth.Status Modifier and Type Method Description BackendHealth.Builder
BackendHealth.Builder. status(BackendHealth.Status status)
The general health status of the specified backend server.Constructors in com.oracle.bmc.networkloadbalancer.model with parameters of type BackendHealth.Status Constructor Description BackendHealth(BackendHealth.Status status, List<HealthCheckResult> healthCheckResults)
Deprecated.
-