Uses of Class
com.oracle.bmc.networkloadbalancer.model.NetworkLoadBalancerHealth.Status
-
Packages that use NetworkLoadBalancerHealth.Status Package Description com.oracle.bmc.networkloadbalancer.model -
-
Uses of NetworkLoadBalancerHealth.Status in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return NetworkLoadBalancerHealth.Status Modifier and Type Method Description static NetworkLoadBalancerHealth.StatusNetworkLoadBalancerHealth.Status. create(String key)NetworkLoadBalancerHealth.StatusNetworkLoadBalancerHealth. getStatus()The overall health status of the network load balancer.static NetworkLoadBalancerHealth.StatusNetworkLoadBalancerHealth.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkLoadBalancerHealth.Status[]NetworkLoadBalancerHealth.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 NetworkLoadBalancerHealth.Status Modifier and Type Method Description NetworkLoadBalancerHealth.BuilderNetworkLoadBalancerHealth.Builder. status(NetworkLoadBalancerHealth.Status status)The overall health status of the network load balancer.Constructors in com.oracle.bmc.networkloadbalancer.model with parameters of type NetworkLoadBalancerHealth.Status Constructor Description NetworkLoadBalancerHealth(NetworkLoadBalancerHealth.Status status, List<String> warningStateBackendSetNames, List<String> criticalStateBackendSetNames, List<String> unknownStateBackendSetNames, Integer totalBackendSetCount)Deprecated.
-