Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement | |
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSchedulerJobRequest,GetSchedulerJobResponse> |
FleetAppsManagementOperationsWaiters.forSchedulerJob(GetSchedulerJobRequest request,
SchedulerJob.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSchedulerJobRequest,GetSchedulerJobResponse> |
FleetAppsManagementOperationsWaiters.forSchedulerJob(GetSchedulerJobRequest request,
SchedulerJob.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSchedulerJobRequest,GetSchedulerJobResponse> |
FleetAppsManagementOperationsWaiters.forSchedulerJob(GetSchedulerJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SchedulerJob.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static SchedulerJob.LifecycleState |
SchedulerJob.LifecycleState.create(String key) |
SchedulerJob.LifecycleState |
SchedulerJob.getLifecycleState()
The current state of the SchedulerJob.
|
SchedulerJob.LifecycleState |
SchedulerJobSummary.getLifecycleState()
The current state of the SchedulerJob.
|
static SchedulerJob.LifecycleState |
SchedulerJob.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerJob.LifecycleState[] |
SchedulerJob.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchedulerJob.Builder |
SchedulerJob.Builder.lifecycleState(SchedulerJob.LifecycleState lifecycleState)
The current state of the SchedulerJob.
|
SchedulerJobSummary.Builder |
SchedulerJobSummary.Builder.lifecycleState(SchedulerJob.LifecycleState lifecycleState)
The current state of the SchedulerJob.
|
Constructor and Description |
---|
SchedulerJob(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Date timeScheduled,
Date timeStarted,
Date timeEnded,
Integer countOfAffectedActionGroups,
Integer countOfAffectedResources,
Integer countOfAffectedTargets,
List<LifeCycleActionGroupType> actionGroupTypes,
List<String> applicationTypes,
List<String> products,
List<String> lifecycleOperations,
List<ActionGroupDetails> actionGroups,
AssociatedSchedulerDefinition associatedScheduleDefinition,
SchedulerJob.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
SchedulerJobSummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Date timeScheduled,
Integer countOfAffectedActionGroups,
Integer countOfAffectedResources,
Integer countOfAffectedTargets,
List<LifeCycleActionGroupType> actionGroupTypes,
List<String> applicationTypes,
List<String> products,
List<String> lifecycleOperations,
List<ActionGroupDetails> actionGroups,
AssociatedSchedulerDefinition associatedScheduleDefinition,
SchedulerJob.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SchedulerJob.LifecycleState |
ListSchedulerJobsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListSchedulerJobsRequest.Builder |
ListSchedulerJobsRequest.Builder.lifecycleState(SchedulerJob.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.