Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static ScheduledActionSummary.LifecycleState |
ScheduledActionSummary.LifecycleState.create(String key) |
ScheduledActionSummary.LifecycleState |
ScheduledActionSummary.getLifecycleState()
The current state of the Scheduled Action.
|
static ScheduledActionSummary.LifecycleState |
ScheduledActionSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledActionSummary.LifecycleState[] |
ScheduledActionSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScheduledActionSummary.Builder |
ScheduledActionSummary.Builder.lifecycleState(ScheduledActionSummary.LifecycleState lifecycleState)
The current state of the Scheduled Action.
|
Constructor and Description |
---|
ScheduledActionSummary(String id,
String schedulingPlanId,
String compartmentId,
String schedulingWindowId,
String displayName,
Integer actionOrder,
ScheduledActionSummary.ActionType actionType,
ScheduledActionSummary.LifecycleState lifecycleState,
Integer estimatedTimeInMins,
Map<String,String> actionParams,
List<ActionMember> actionMembers,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ScheduledActionSummary.LifecycleState |
ListScheduledActionsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListScheduledActionsRequest.Builder |
ListScheduledActionsRequest.Builder.lifecycleState(ScheduledActionSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.