Uses of Class
com.oracle.bmc.database.model.SchedulingPlanSummary.LifecycleState
-
Packages that use SchedulingPlanSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of SchedulingPlanSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SchedulingPlanSummary.LifecycleState Modifier and Type Method Description static SchedulingPlanSummary.LifecycleState
SchedulingPlanSummary.LifecycleState. create(String key)
SchedulingPlanSummary.LifecycleState
SchedulingPlanSummary. getLifecycleState()
The current state of the Scheduling Plan.static SchedulingPlanSummary.LifecycleState
SchedulingPlanSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulingPlanSummary.LifecycleState[]
SchedulingPlanSummary.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 SchedulingPlanSummary.LifecycleState Modifier and Type Method Description SchedulingPlanSummary.Builder
SchedulingPlanSummary.Builder. lifecycleState(SchedulingPlanSummary.LifecycleState lifecycleState)
The current state of the Scheduling Plan.Constructors in com.oracle.bmc.database.model with parameters of type SchedulingPlanSummary.LifecycleState Constructor Description SchedulingPlanSummary(String id, String compartmentId, String schedulingPolicyId, String resourceId, String displayName, SchedulingPlanSummary.LifecycleState lifecycleState, String lifecycleDetails, Boolean isUsingRecommendedScheduledActions, SchedulingPlanSummary.PlanIntent planIntent, Integer estimatedTimeInMins, SchedulingPlanSummary.ServiceType serviceType, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of SchedulingPlanSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return SchedulingPlanSummary.LifecycleState Modifier and Type Method Description SchedulingPlanSummary.LifecycleState
ListSchedulingPlansRequest. 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 SchedulingPlanSummary.LifecycleState Modifier and Type Method Description ListSchedulingPlansRequest.Builder
ListSchedulingPlansRequest.Builder. lifecycleState(SchedulingPlanSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-