Uses of Class
com.oracle.bmc.core.model.InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus
-
Packages that use InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus Package Description com.oracle.bmc.core.model -
-
Uses of InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus Modifier and Type Method Description static InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus
InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus. create(String key)
InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus
InstancePoolInstanceLoadBalancerBackend. getBackendHealthStatus()
The health of the backend as observed by the load balancer.static InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus
InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus[]
InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus Modifier and Type Method Description InstancePoolInstanceLoadBalancerBackend.Builder
InstancePoolInstanceLoadBalancerBackend.Builder. backendHealthStatus(InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus backendHealthStatus)
The health of the backend as observed by the load balancer.Constructors in com.oracle.bmc.core.model with parameters of type InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus Constructor Description InstancePoolInstanceLoadBalancerBackend(String loadBalancerId, String backendSetName, String backendName, InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus backendHealthStatus)
Deprecated.
-