Uses of Class
com.oracle.bmc.resourcescheduler.model.Schedule.LifecycleState
-
Packages that use Schedule.LifecycleState Package Description com.oracle.bmc.resourcescheduler com.oracle.bmc.resourcescheduler.model com.oracle.bmc.resourcescheduler.requests -
-
Uses of Schedule.LifecycleState in com.oracle.bmc.resourcescheduler
Methods in com.oracle.bmc.resourcescheduler with parameters of type Schedule.LifecycleState Modifier and Type Method Description Waiter<GetScheduleRequest,GetScheduleResponse>
ScheduleWaiters. forSchedule(GetScheduleRequest request, Schedule.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetScheduleRequest,GetScheduleResponse>
ScheduleWaiters. forSchedule(GetScheduleRequest request, Schedule.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetScheduleRequest,GetScheduleResponse>
ScheduleWaiters. forSchedule(GetScheduleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Schedule.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Schedule.LifecycleState in com.oracle.bmc.resourcescheduler.model
Methods in com.oracle.bmc.resourcescheduler.model that return Schedule.LifecycleState Modifier and Type Method Description static Schedule.LifecycleState
Schedule.LifecycleState. create(String key)
Schedule.LifecycleState
Schedule. getLifecycleState()
This is the current state of a schedule.Schedule.LifecycleState
ScheduleSummary. getLifecycleState()
This is the current state of the schedule.static Schedule.LifecycleState
Schedule.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schedule.LifecycleState[]
Schedule.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcescheduler.model with parameters of type Schedule.LifecycleState Modifier and Type Method Description Schedule.Builder
Schedule.Builder. lifecycleState(Schedule.LifecycleState lifecycleState)
This is the current state of a schedule.ScheduleSummary.Builder
ScheduleSummary.Builder. lifecycleState(Schedule.LifecycleState lifecycleState)
This is the current state of the schedule.Constructors in com.oracle.bmc.resourcescheduler.model with parameters of type Schedule.LifecycleState Constructor Description Schedule(String id, String compartmentId, String displayName, String description, Schedule.Action action, String recurrenceDetails, Schedule.RecurrenceType recurrenceType, List<ResourceFilter> resourceFilters, List<Resource> resources, Date timeStarts, Date timeEnds, Date timeCreated, Date timeUpdated, Date timeLastRun, Date timeNextRun, Schedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ScheduleSummary(String id, String compartmentId, String displayName, ScheduleSummary.Action action, String description, String recurrenceDetails, ScheduleSummary.RecurrenceType recurrenceType, List<ResourceFilter> resourceFilters, List<Resource> resources, Date timeStarts, Date timeEnds, Date timeCreated, Date timeUpdated, Date timeLastRun, Date timeNextRun, OperationStatus lastRunStatus, Schedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Schedule.LifecycleState in com.oracle.bmc.resourcescheduler.requests
Methods in com.oracle.bmc.resourcescheduler.requests that return Schedule.LifecycleState Modifier and Type Method Description Schedule.LifecycleState
ListSchedulesRequest. getLifecycleState()
This is a filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.resourcescheduler.requests with parameters of type Schedule.LifecycleState Modifier and Type Method Description ListSchedulesRequest.Builder
ListSchedulesRequest.Builder. lifecycleState(Schedule.LifecycleState lifecycleState)
This is a filter to return only resources that match the given lifecycle state.
-