Uses of Class
com.oracle.bmc.database.model.SchedulingPlan.PlanIntent
-
Packages that use SchedulingPlan.PlanIntent Package Description com.oracle.bmc.database.model -
-
Uses of SchedulingPlan.PlanIntent in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SchedulingPlan.PlanIntent Modifier and Type Method Description static SchedulingPlan.PlanIntent
SchedulingPlan.PlanIntent. create(String key)
SchedulingPlan.PlanIntent
SchedulingPlan. getPlanIntent()
The current intent the Scheduling Plan.static SchedulingPlan.PlanIntent
SchedulingPlan.PlanIntent. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulingPlan.PlanIntent[]
SchedulingPlan.PlanIntent. 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 SchedulingPlan.PlanIntent Modifier and Type Method Description SchedulingPlan.Builder
SchedulingPlan.Builder. planIntent(SchedulingPlan.PlanIntent planIntent)
The current intent the Scheduling Plan.Constructors in com.oracle.bmc.database.model with parameters of type SchedulingPlan.PlanIntent Constructor 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.
-