Package | Description |
---|---|
com.oracle.bmc.resourcescheduler | |
com.oracle.bmc.resourcescheduler.model | |
com.oracle.bmc.resourcescheduler.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetScheduleRequest,GetScheduleResponse> |
ScheduleWaiters.forSchedule(GetScheduleRequest request,
Schedule.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetScheduleRequest,GetScheduleResponse> |
ScheduleWaiters.forSchedule(GetScheduleRequest request,
Schedule.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetScheduleRequest,GetScheduleResponse> |
ScheduleWaiters.forSchedule(GetScheduleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Schedule.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Schedule.LifecycleState |
ListSchedulesRequest.getLifecycleState()
This is a filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListSchedulesRequest.Builder |
ListSchedulesRequest.Builder.lifecycleState(Schedule.LifecycleState lifecycleState)
This is a filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.