Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static SchedulingPolicySummary.LifecycleState |
SchedulingPolicySummary.LifecycleState.create(String key) |
SchedulingPolicySummary.LifecycleState |
SchedulingPolicySummary.getLifecycleState()
The current state of the Scheduling Policy.
|
static SchedulingPolicySummary.LifecycleState |
SchedulingPolicySummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingPolicySummary.LifecycleState[] |
SchedulingPolicySummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchedulingPolicySummary.Builder |
SchedulingPolicySummary.Builder.lifecycleState(SchedulingPolicySummary.LifecycleState lifecycleState)
The current state of the Scheduling Policy.
|
Constructor and Description |
---|
SchedulingPolicySummary(String id,
String compartmentId,
String displayName,
SchedulingPolicySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
SchedulingPolicySummary.Cadence cadence,
Month cadenceStartMonth,
Date timeNextWindowStarts,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SchedulingPolicySummary.LifecycleState |
ListSchedulingPoliciesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListSchedulingPoliciesRequest.Builder |
ListSchedulingPoliciesRequest.Builder.lifecycleState(SchedulingPolicySummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.