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