Package | Description |
---|---|
com.oracle.bmc.osmanagementhub | |
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetScheduledJobRequest,GetScheduledJobResponse> |
ScheduledJobWaiters.forScheduledJob(GetScheduledJobRequest request,
ScheduledJob.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetScheduledJobRequest,GetScheduledJobResponse> |
ScheduledJobWaiters.forScheduledJob(GetScheduledJobRequest request,
ScheduledJob.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetScheduledJobRequest,GetScheduledJobResponse> |
ScheduledJobWaiters.forScheduledJob(GetScheduledJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ScheduledJob.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ScheduledJob.LifecycleState |
ScheduledJob.LifecycleState.create(String key) |
ScheduledJob.LifecycleState |
ScheduledJobSummary.getLifecycleState()
The current state of the scheduled job.
|
ScheduledJob.LifecycleState |
ScheduledJob.getLifecycleState()
The current state of the scheduled job.
|
static ScheduledJob.LifecycleState |
ScheduledJob.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledJob.LifecycleState[] |
ScheduledJob.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScheduledJobSummary.Builder |
ScheduledJobSummary.Builder.lifecycleState(ScheduledJob.LifecycleState lifecycleState)
The current state of the scheduled job.
|
ScheduledJob.Builder |
ScheduledJob.Builder.lifecycleState(ScheduledJob.LifecycleState lifecycleState)
The current state of the scheduled job.
|
Constructor and Description |
---|
ScheduledJob(String id,
String displayName,
String compartmentId,
String description,
ScheduleTypes scheduleType,
List<ManagedInstanceLocation> locations,
Date timeNextExecution,
Date timeLastExecution,
String recurringRule,
List<String> managedInstanceIds,
List<String> managedInstanceGroupIds,
List<String> managedCompartmentIds,
List<String> lifecycleStageIds,
Boolean isSubcompartmentIncluded,
List<ScheduledJobOperation> operations,
List<String> workRequestIds,
Date timeCreated,
Date timeUpdated,
ScheduledJob.LifecycleState lifecycleState,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Boolean isRestricted,
List<Integer> retryIntervals)
Deprecated.
|
ScheduledJobSummary(String id,
String displayName,
String compartmentId,
ScheduleTypes scheduleType,
List<ManagedInstanceLocation> locations,
Date timeCreated,
Date timeUpdated,
Date timeNextExecution,
Date timeLastExecution,
List<String> managedInstanceIds,
List<String> managedInstanceGroupIds,
List<String> managedCompartmentIds,
List<String> lifecycleStageIds,
List<ScheduledJobOperation> operations,
ScheduledJob.LifecycleState lifecycleState,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Boolean isRestricted,
List<Integer> retryIntervals)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ScheduledJob.LifecycleState |
ListScheduledJobsRequest.getLifecycleState()
A filter to return only scheduled jobs currently in the given state.
|
Modifier and Type | Method and Description |
---|---|
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.lifecycleState(ScheduledJob.LifecycleState lifecycleState)
A filter to return only scheduled jobs currently in the given state.
|
Copyright © 2016–2024. All rights reserved.