Uses of Class
com.oracle.bmc.database.model.SchedulingPolicySummary.LifecycleState
-
Packages that use SchedulingPolicySummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of SchedulingPolicySummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SchedulingPolicySummary.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type SchedulingPolicySummary.LifecycleState Modifier and Type Method Description SchedulingPolicySummary.Builder
SchedulingPolicySummary.Builder. lifecycleState(SchedulingPolicySummary.LifecycleState lifecycleState)
The current state of the Scheduling Policy.Constructors in com.oracle.bmc.database.model with parameters of type SchedulingPolicySummary.LifecycleState Constructor 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. -
Uses of SchedulingPolicySummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return SchedulingPolicySummary.LifecycleState Modifier and Type Method Description SchedulingPolicySummary.LifecycleState
ListSchedulingPoliciesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type SchedulingPolicySummary.LifecycleState Modifier and Type Method Description ListSchedulingPoliciesRequest.Builder
ListSchedulingPoliciesRequest.Builder. lifecycleState(SchedulingPolicySummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-