Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
ScheduledJobOperation |
ScheduledJobOperation.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ScheduledJobOperation> |
ScheduledJobSummary.getOperations()
The list of operations this scheduled job needs to perform.
|
List<ScheduledJobOperation> |
CreateScheduledJobDetails.getOperations()
The list of operations this scheduled job needs to perform.
|
List<ScheduledJobOperation> |
ScheduledJob.getOperations()
The list of operations this scheduled job needs to perform.
|
List<ScheduledJobOperation> |
UpdateScheduledJobDetails.getOperations()
The list of operations this scheduled job needs to perform.
|
Modifier and Type | Method and Description |
---|---|
ScheduledJobOperation.Builder |
ScheduledJobOperation.Builder.copy(ScheduledJobOperation model) |
Modifier and Type | Method and Description |
---|---|
ScheduledJobSummary.Builder |
ScheduledJobSummary.Builder.operations(List<ScheduledJobOperation> operations)
The list of operations this scheduled job needs to perform.
|
CreateScheduledJobDetails.Builder |
CreateScheduledJobDetails.Builder.operations(List<ScheduledJobOperation> operations)
The list of operations this scheduled job needs to perform.
|
ScheduledJob.Builder |
ScheduledJob.Builder.operations(List<ScheduledJobOperation> operations)
The list of operations this scheduled job needs to perform.
|
UpdateScheduledJobDetails.Builder |
UpdateScheduledJobDetails.Builder.operations(List<ScheduledJobOperation> operations)
The list of operations this scheduled job needs to perform.
|
Constructor and Description |
---|
CreateScheduledJobDetails(String compartmentId,
String displayName,
String description,
ScheduleTypes scheduleType,
List<ManagedInstanceLocation> locations,
Date timeNextExecution,
String recurringRule,
List<String> managedInstanceIds,
List<String> managedInstanceGroupIds,
List<String> managedCompartmentIds,
List<String> lifecycleStageIds,
Boolean isSubcompartmentIncluded,
List<ScheduledJobOperation> operations,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Integer> retryIntervals,
Boolean isManagedByAutonomousLinux)
Deprecated.
|
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.
|
UpdateScheduledJobDetails(String displayName,
String description,
ScheduleTypes scheduleType,
Date timeNextExecution,
String recurringRule,
List<ScheduledJobOperation> operations,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<Integer> retryIntervals)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.