Package | Description |
---|---|
com.oracle.bmc.usageapi | |
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetScheduleRequest,GetScheduleResponse> |
UsageapiWaiters.forSchedule(GetScheduleRequest request,
Schedule.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetScheduleRequest,GetScheduleResponse> |
UsageapiWaiters.forSchedule(GetScheduleRequest request,
Schedule.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetScheduleRequest,GetScheduleResponse> |
UsageapiWaiters.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()
The schedule lifecycle state.
|
Schedule.LifecycleState |
ScheduleSummary.getLifecycleState()
The schedule summary lifecycle state.
|
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)
The schedule lifecycle state.
|
ScheduleSummary.Builder |
ScheduleSummary.Builder.lifecycleState(Schedule.LifecycleState lifecycleState)
The schedule summary lifecycle state.
|
Constructor and Description |
---|
Schedule(String id,
String name,
String compartmentId,
ResultLocation resultLocation,
String description,
Date timeNextRun,
Schedule.OutputFileFormat outputFileFormat,
String savedReportId,
String scheduleRecurrences,
Date timeScheduled,
QueryProperties queryProperties,
Date timeCreated,
Schedule.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ScheduleSummary(String id,
String name,
String description,
Date timeNextRun,
String scheduleRecurrences,
Date timeScheduled,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Schedule.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.