Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
ActionGroup |
ActionGroup.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ActionGroup> |
UpdateSchedulerDefinitionDetails.getActionGroups()
Action Groups associated with the Schedule.
|
List<ActionGroup> |
SchedulerDefinition.getActionGroups()
Action Groups associated with the Schedule.
|
List<ActionGroup> |
CreateSchedulerDefinitionDetails.getActionGroups()
Action Groups associated with the Schedule.
|
Modifier and Type | Method and Description |
---|---|
ActionGroup.Builder |
ActionGroup.Builder.copy(ActionGroup model) |
Modifier and Type | Method and Description |
---|---|
UpdateSchedulerDefinitionDetails.Builder |
UpdateSchedulerDefinitionDetails.Builder.actionGroups(List<ActionGroup> actionGroups)
Action Groups associated with the Schedule.
|
SchedulerDefinition.Builder |
SchedulerDefinition.Builder.actionGroups(List<ActionGroup> actionGroups)
Action Groups associated with the Schedule.
|
CreateSchedulerDefinitionDetails.Builder |
CreateSchedulerDefinitionDetails.Builder.actionGroups(List<ActionGroup> actionGroups)
Action Groups associated with the Schedule.
|
Constructor and Description |
---|
CreateSchedulerDefinitionDetails(String displayName,
String description,
String compartmentId,
Integer activityInitiationCutOff,
Schedule schedule,
List<ActionGroup> actionGroups,
List<OperationRunbook> runBooks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
SchedulerDefinition(String id,
String displayName,
String description,
String compartmentId,
String resourceRegion,
Date timeCreated,
Date timeUpdated,
Date timeOfNextRun,
Integer activityInitiationCutOff,
Schedule schedule,
Integer countOfAffectedActionGroups,
Integer countOfAffectedResources,
Integer countOfAffectedTargets,
List<LifeCycleActionGroupType> actionGroupTypes,
List<String> applicationTypes,
List<String> products,
List<String> lifecycleOperations,
List<ActionGroup> actionGroups,
List<OperationRunbook> runBooks,
SchedulerDefinition.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateSchedulerDefinitionDetails(String displayName,
String description,
Integer activityInitiationCutOff,
Schedule schedule,
List<ActionGroup> actionGroups,
List<OperationRunbook> runBooks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.