Uses of Class
com.oracle.bmc.osmanagementhub.model.ScheduleTypes
-
Packages that use ScheduleTypes Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ScheduleTypes in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ScheduleTypes Modifier and Type Method Description static ScheduleTypesScheduleTypes. create(String key)ScheduleTypesCreateScheduledJobDetails. getScheduleType()The type of scheduling frequency for the scheduled job.ScheduleTypesScheduledJob. getScheduleType()The type of scheduling frequency for the job.ScheduleTypesScheduledJobSummary. getScheduleType()The type of scheduling this scheduled job follows.ScheduleTypesUpdateScheduledJobDetails. getScheduleType()The type of scheduling frequency for the job.static ScheduleTypesScheduleTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleTypes[]ScheduleTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ScheduleTypes Modifier and Type Method Description CreateScheduledJobDetails.BuilderCreateScheduledJobDetails.Builder. scheduleType(ScheduleTypes scheduleType)The type of scheduling frequency for the scheduled job.ScheduledJob.BuilderScheduledJob.Builder. scheduleType(ScheduleTypes scheduleType)The type of scheduling frequency for the job.ScheduledJobSummary.BuilderScheduledJobSummary.Builder. scheduleType(ScheduleTypes scheduleType)The type of scheduling this scheduled job follows.UpdateScheduledJobDetails.BuilderUpdateScheduledJobDetails.Builder. scheduleType(ScheduleTypes scheduleType)The type of scheduling frequency for the job.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type ScheduleTypes Constructor Description CreateScheduledJobDetails(String compartmentId, String displayName, String description, ScheduleTypes scheduleType, List<ManagedInstanceLocation> locations, Date timeNextExecution, String recurringRule, List<String> managedInstanceIds, List<String> managedInstanceGroupIds, List<String> managedCompartmentIds, List<String> lifecycleStageIds, Boolean isSubcompartmentIncluded, List<ScheduledJobOperation> operations, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Integer> retryIntervals, Boolean isManagedByAutonomousLinux, String workRequestId)Deprecated.ScheduledJob(String id, String displayName, String compartmentId, String description, ScheduleTypes scheduleType, List<ManagedInstanceLocation> locations, Date timeNextExecution, Date timeLastExecution, String recurringRule, List<String> managedInstanceIds, List<String> managedInstanceGroupIds, List<String> managedCompartmentIds, List<String> lifecycleStageIds, Boolean isSubcompartmentIncluded, List<ScheduledJobOperation> operations, List<String> workRequestIds, Date timeCreated, Date timeUpdated, ScheduledJob.LifecycleState lifecycleState, Boolean isManagedByAutonomousLinux, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRestricted, List<Integer> retryIntervals, String workRequestId)Deprecated.ScheduledJobSummary(String id, String displayName, String compartmentId, ScheduleTypes scheduleType, List<ManagedInstanceLocation> locations, Date timeCreated, Date timeUpdated, Date timeNextExecution, Date timeLastExecution, List<String> managedInstanceIds, List<String> managedInstanceGroupIds, List<String> managedCompartmentIds, List<String> lifecycleStageIds, List<ScheduledJobOperation> operations, ScheduledJob.LifecycleState lifecycleState, Boolean isManagedByAutonomousLinux, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRestricted, List<Integer> retryIntervals, String workRequestId)Deprecated.UpdateScheduledJobDetails(String displayName, String description, ScheduleTypes scheduleType, Date timeNextExecution, String recurringRule, List<ScheduledJobOperation> operations, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Integer> retryIntervals)Deprecated. -
Uses of ScheduleTypes in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ScheduleTypes Modifier and Type Method Description ScheduleTypesListScheduledJobsRequest. getScheduleType()A filter to return only scheduled jobs of the given scheduling type (one-time or recurring).Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ScheduleTypes Modifier and Type Method Description ListScheduledJobsRequest.BuilderListScheduledJobsRequest.Builder. scheduleType(ScheduleTypes scheduleType)A filter to return only scheduled jobs of the given scheduling type (one-time or recurring).
-