Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSchedulingPlanRequest,GetSchedulingPlanResponse> |
DatabaseWaiters.forSchedulingPlan(GetSchedulingPlanRequest request,
SchedulingPlan.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSchedulingPlanRequest,GetSchedulingPlanResponse> |
DatabaseWaiters.forSchedulingPlan(GetSchedulingPlanRequest request,
SchedulingPlan.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSchedulingPlanRequest,GetSchedulingPlanResponse> |
DatabaseWaiters.forSchedulingPlan(GetSchedulingPlanRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SchedulingPlan.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static SchedulingPlan.LifecycleState |
SchedulingPlan.LifecycleState.create(String key) |
SchedulingPlan.LifecycleState |
SchedulingPlan.getLifecycleState()
The current state of the Scheduling Plan.
|
static SchedulingPlan.LifecycleState |
SchedulingPlan.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingPlan.LifecycleState[] |
SchedulingPlan.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchedulingPlan.Builder |
SchedulingPlan.Builder.lifecycleState(SchedulingPlan.LifecycleState lifecycleState)
The current state of the Scheduling Plan.
|
Constructor and Description |
---|
SchedulingPlan(String id,
String compartmentId,
String schedulingPolicyId,
String resourceId,
String displayName,
SchedulingPlan.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isUsingRecommendedScheduledActions,
SchedulingPlan.PlanIntent planIntent,
Integer estimatedTimeInMins,
SchedulingPlan.ServiceType serviceType,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.