Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static LoadBalancerHealth.Status |
LoadBalancerHealth.Status.create(String key) |
LoadBalancerHealth.Status |
LoadBalancerHealth.getStatus()
The overall health status of the load balancer.
|
static LoadBalancerHealth.Status |
LoadBalancerHealth.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancerHealth.Status[] |
LoadBalancerHealth.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerHealth.Builder |
LoadBalancerHealth.Builder.status(LoadBalancerHealth.Status status)
The overall health status of the load balancer.
|
Constructor and Description |
---|
LoadBalancerHealth(LoadBalancerHealth.Status status,
List<String> warningStateBackendSetNames,
List<String> criticalStateBackendSetNames,
List<String> unknownStateBackendSetNames,
Integer totalBackendSetCount)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.