Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement | |
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static SchedulerDefinition.LifecycleState |
SchedulerDefinition.LifecycleState.create(String key) |
SchedulerDefinition.LifecycleState |
SchedulerDefinitionSummary.getLifecycleState()
The current state of the SchedulerDefinition.
|
SchedulerDefinition.LifecycleState |
SchedulerDefinition.getLifecycleState()
The current state of the SchedulerDefinition.
|
static SchedulerDefinition.LifecycleState |
SchedulerDefinition.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerDefinition.LifecycleState[] |
SchedulerDefinition.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchedulerDefinitionSummary.Builder |
SchedulerDefinitionSummary.Builder.lifecycleState(SchedulerDefinition.LifecycleState lifecycleState)
The current state of the SchedulerDefinition.
|
SchedulerDefinition.Builder |
SchedulerDefinition.Builder.lifecycleState(SchedulerDefinition.LifecycleState lifecycleState)
The current state of the SchedulerDefinition.
|
Constructor and Description |
---|
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.
|
SchedulerDefinitionSummary(String id,
String displayName,
String description,
String compartmentId,
String resourceRegion,
Date timeCreated,
Date timeUpdated,
Date timeOfNextRun,
Schedule schedule,
Integer countOfAffectedActionGroups,
Integer countOfAffectedResources,
Integer countOfAffectedTargets,
List<LifeCycleActionGroupType> actionGroupTypes,
List<String> applicationTypes,
List<String> products,
List<String> lifecycleOperations,
SchedulerDefinition.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 |
---|---|
SchedulerDefinition.LifecycleState |
ListSchedulerDefinitionsRequest.getLifecycleState()
A filter to return only scheduleDefinitions whose lifecycleState matches the given
lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListSchedulerDefinitionsRequest.Builder |
ListSchedulerDefinitionsRequest.Builder.lifecycleState(SchedulerDefinition.LifecycleState lifecycleState)
A filter to return only scheduleDefinitions whose lifecycleState matches the given
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.