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