Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static ExecutionAction.LifecycleSubstate |
ExecutionAction.LifecycleSubstate.create(String key) |
ExecutionAction.LifecycleSubstate |
ExecutionAction.getLifecycleSubstate()
The current sub-state of the execution action.
|
static ExecutionAction.LifecycleSubstate |
ExecutionAction.LifecycleSubstate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionAction.LifecycleSubstate[] |
ExecutionAction.LifecycleSubstate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExecutionAction.Builder |
ExecutionAction.Builder.lifecycleSubstate(ExecutionAction.LifecycleSubstate lifecycleSubstate)
The current sub-state of the execution action.
|
Constructor and Description |
---|
ExecutionAction(String id,
String executionWindowId,
String compartmentId,
String displayName,
String description,
ExecutionAction.LifecycleState lifecycleState,
ExecutionAction.LifecycleSubstate lifecycleSubstate,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Integer estimatedTimeInMins,
Integer totalTimeTakenInMins,
Integer executionActionOrder,
ExecutionAction.ActionType actionType,
Map<String,String> actionParams,
List<ExecutionActionMember> actionMembers,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.