Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSchedulingPolicyRequest,GetSchedulingPolicyResponse> |
DatabaseWaiters.forSchedulingPolicy(GetSchedulingPolicyRequest request,
SchedulingPolicy.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSchedulingPolicyRequest,GetSchedulingPolicyResponse> |
DatabaseWaiters.forSchedulingPolicy(GetSchedulingPolicyRequest request,
SchedulingPolicy.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSchedulingPolicyRequest,GetSchedulingPolicyResponse> |
DatabaseWaiters.forSchedulingPolicy(GetSchedulingPolicyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SchedulingPolicy.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static SchedulingPolicy.LifecycleState |
SchedulingPolicy.LifecycleState.create(String key) |
SchedulingPolicy.LifecycleState |
SchedulingPolicy.getLifecycleState()
The current state of the Scheduling Policy.
|
static SchedulingPolicy.LifecycleState |
SchedulingPolicy.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingPolicy.LifecycleState[] |
SchedulingPolicy.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchedulingPolicy.Builder |
SchedulingPolicy.Builder.lifecycleState(SchedulingPolicy.LifecycleState lifecycleState)
The current state of the Scheduling Policy.
|
Constructor and Description |
---|
SchedulingPolicy(String id,
String compartmentId,
String displayName,
SchedulingPolicy.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
SchedulingPolicy.Cadence cadence,
Month cadenceStartMonth,
Date timeNextWindowStarts,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.