Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
ActionGroupDetails |
ActionGroupDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ActionGroupDetails> |
SchedulerJob.getActionGroups()
Action Groups associated with the Schedule.
|
List<ActionGroupDetails> |
SchedulerJobSummary.getActionGroups()
Action Groups associated with the Schedule.
|
Modifier and Type | Method and Description |
---|---|
ActionGroupDetails.Builder |
ActionGroupDetails.Builder.copy(ActionGroupDetails model) |
Modifier and Type | Method and Description |
---|---|
SchedulerJob.Builder |
SchedulerJob.Builder.actionGroups(List<ActionGroupDetails> actionGroups)
Action Groups associated with the Schedule.
|
SchedulerJobSummary.Builder |
SchedulerJobSummary.Builder.actionGroups(List<ActionGroupDetails> actionGroups)
Action Groups associated with the Schedule.
|
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.
|
Copyright © 2016–2024. All rights reserved.