Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static ExecutionWindowSummary.LifecycleState |
ExecutionWindowSummary.LifecycleState.create(String key) |
ExecutionWindowSummary.LifecycleState |
ExecutionWindowSummary.getLifecycleState()
The current state of the Schedule Policy.
|
static ExecutionWindowSummary.LifecycleState |
ExecutionWindowSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionWindowSummary.LifecycleState[] |
ExecutionWindowSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExecutionWindowSummary.Builder |
ExecutionWindowSummary.Builder.lifecycleState(ExecutionWindowSummary.LifecycleState lifecycleState)
The current state of the Schedule Policy.
|
Constructor and Description |
---|
ExecutionWindowSummary(String id,
String executionResourceId,
String compartmentId,
String displayName,
String description,
ExecutionWindowSummary.LifecycleState lifecycleState,
ExecutionWindowSummary.LifecycleSubstate lifecycleSubstate,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Date timeStarted,
Date timeEnded,
Date timeScheduled,
Integer windowDurationInMins,
Boolean isEnforcedDuration,
Integer estimatedTimeInMins,
Integer totalTimeTakenInMins,
ExecutionWindowSummary.WindowType windowType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExecutionWindowSummary.LifecycleState |
ListExecutionWindowsRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListExecutionWindowsRequest.Builder |
ListExecutionWindowsRequest.Builder.lifecycleState(ExecutionWindowSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.