Uses of Class
com.oracle.bmc.loadbalancer.model.BackendSetHealth.Status
-
Packages that use BackendSetHealth.Status Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of BackendSetHealth.Status in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return BackendSetHealth.Status Modifier and Type Method Description static BackendSetHealth.Status
BackendSetHealth.Status. create(String key)
BackendSetHealth.Status
BackendSetHealth. getStatus()
Overall health status of the backend set.static BackendSetHealth.Status
BackendSetHealth.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackendSetHealth.Status[]
BackendSetHealth.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loadbalancer.model with parameters of type BackendSetHealth.Status Modifier and Type Method Description BackendSetHealth.Builder
BackendSetHealth.Builder. status(BackendSetHealth.Status status)
Overall health status of the backend set.Constructors in com.oracle.bmc.loadbalancer.model with parameters of type BackendSetHealth.Status Constructor Description BackendSetHealth(BackendSetHealth.Status status, List<String> warningStateBackendNames, List<String> criticalStateBackendNames, List<String> unknownStateBackendNames, Integer totalBackendCount)
Deprecated.
-