Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static BackendHealth.Status |
BackendHealth.Status.create(String key) |
BackendHealth.Status |
BackendHealth.getStatus()
The general health status of the specified backend server.
|
static BackendHealth.Status |
BackendHealth.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendHealth.Status[] |
BackendHealth.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BackendHealth.Builder |
BackendHealth.Builder.status(BackendHealth.Status status)
The general health status of the specified backend server.
|
Constructor and Description |
---|
BackendHealth(BackendHealth.Status status,
List<HealthCheckResult> healthCheckResults)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.