Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static BackendSetHealth.Status |
BackendSetHealth.Status.create(String key) |
BackendSetHealth.Status |
BackendSetHealth.getStatus()
Overall health status of the backend set.
|
static BackendSetHealth.Status |
BackendSetHealth.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendSetHealth.Status[] |
BackendSetHealth.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BackendSetHealth.Builder |
BackendSetHealth.Builder.status(BackendSetHealth.Status status)
Overall health status of the backend set.
|
Constructor and Description |
---|
BackendSetHealth(BackendSetHealth.Status status,
List<String> warningStateBackendNames,
List<String> criticalStateBackendNames,
List<String> unknownStateBackendNames,
Integer totalBackendCount)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.