Uses of Class
com.oracle.bmc.fleetappsmanagement.model.SchedulerDefinition.LifecycleState
-
Packages that use SchedulerDefinition.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of SchedulerDefinition.LifecycleState in com.oracle.bmc.fleetappsmanagement
-
Uses of SchedulerDefinition.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return SchedulerDefinition.LifecycleState Modifier and Type Method Description static SchedulerDefinition.LifecycleState
SchedulerDefinition.LifecycleState. create(String key)
SchedulerDefinition.LifecycleState
SchedulerDefinition. getLifecycleState()
The current state of the SchedulerDefinition.SchedulerDefinition.LifecycleState
SchedulerDefinitionSummary. 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.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchedulerDefinition.LifecycleState Modifier and Type Method Description SchedulerDefinition.Builder
SchedulerDefinition.Builder. lifecycleState(SchedulerDefinition.LifecycleState lifecycleState)
The current state of the SchedulerDefinition.SchedulerDefinitionSummary.Builder
SchedulerDefinitionSummary.Builder. lifecycleState(SchedulerDefinition.LifecycleState lifecycleState)
The current state of the SchedulerDefinition.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type SchedulerDefinition.LifecycleState Constructor 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. -
Uses of SchedulerDefinition.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return SchedulerDefinition.LifecycleState Modifier and Type Method Description SchedulerDefinition.LifecycleState
ListSchedulerDefinitionsRequest. getLifecycleState()
A filter to return only scheduleDefinitions whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type SchedulerDefinition.LifecycleState Modifier and Type Method Description ListSchedulerDefinitionsRequest.Builder
ListSchedulerDefinitionsRequest.Builder. lifecycleState(SchedulerDefinition.LifecycleState lifecycleState)
A filter to return only scheduleDefinitions whose lifecycleState matches the given lifecycleState.
-