Uses of Class
com.oracle.bmc.database.model.ExecutionWindowSummary.LifecycleState
-
Packages that use ExecutionWindowSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of ExecutionWindowSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExecutionWindowSummary.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type ExecutionWindowSummary.LifecycleState Modifier and Type Method Description ExecutionWindowSummary.Builder
ExecutionWindowSummary.Builder. lifecycleState(ExecutionWindowSummary.LifecycleState lifecycleState)
The current state of the Schedule Policy.Constructors in com.oracle.bmc.database.model with parameters of type ExecutionWindowSummary.LifecycleState Constructor 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. -
Uses of ExecutionWindowSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ExecutionWindowSummary.LifecycleState Modifier and Type Method Description ExecutionWindowSummary.LifecycleState
ListExecutionWindowsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type ExecutionWindowSummary.LifecycleState Modifier and Type Method Description ListExecutionWindowsRequest.Builder
ListExecutionWindowsRequest.Builder. lifecycleState(ExecutionWindowSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-