Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolInstanceLoadBalancerBackend.Builder |
InstancePoolInstanceLoadBalancerBackend.Builder.backendHealthStatus(InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus backendHealthStatus)
The health of the backend as observed by the load balancer.
|
Constructor and Description |
---|
InstancePoolInstanceLoadBalancerBackend(String loadBalancerId,
String backendSetName,
String backendName,
InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus backendHealthStatus)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.