Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static WorkRequest.LifecycleState |
WorkRequest.LifecycleState.create(String key) |
WorkRequest.LifecycleState |
WorkRequest.getLifecycleState()
The current state of the work request.
|
static WorkRequest.LifecycleState |
WorkRequest.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkRequest.LifecycleState[] |
WorkRequest.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WorkRequest.Builder |
WorkRequest.Builder.lifecycleState(WorkRequest.LifecycleState lifecycleState)
The current state of the work request.
|
Constructor and Description |
---|
WorkRequest(String id,
String loadBalancerId,
String type,
String compartmentId,
WorkRequest.LifecycleState lifecycleState,
String message,
Date timeAccepted,
Date timeFinished,
List<WorkRequestError> errorDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.