Uses of Class
com.oracle.bmc.osmanagement.model.IntervalTypes
-
Packages that use IntervalTypes Package Description com.oracle.bmc.osmanagement.model -
-
Uses of IntervalTypes in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return IntervalTypes Modifier and Type Method Description static IntervalTypes
IntervalTypes. create(String key)
IntervalTypes
CreateScheduledJobDetails. getIntervalType()
the interval period for a recurring Scheduled Job (only if schedule type is RECURRING)IntervalTypes
ScheduledJob. getIntervalType()
the interval period for a recurring Scheduled Job (only if schedule type is RECURRING)IntervalTypes
UpdateScheduledJobDetails. getIntervalType()
the interval period for a recurring Scheduled Job (only if schedule type is RECURRING)static IntervalTypes
IntervalTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntervalTypes[]
IntervalTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagement.model with parameters of type IntervalTypes Modifier and Type Method Description CreateScheduledJobDetails.Builder
CreateScheduledJobDetails.Builder. intervalType(IntervalTypes intervalType)
the interval period for a recurring Scheduled Job (only if schedule type is RECURRING)ScheduledJob.Builder
ScheduledJob.Builder. intervalType(IntervalTypes intervalType)
the interval period for a recurring Scheduled Job (only if schedule type is RECURRING)UpdateScheduledJobDetails.Builder
UpdateScheduledJobDetails.Builder. intervalType(IntervalTypes intervalType)
the interval period for a recurring Scheduled Job (only if schedule type is RECURRING)Constructors in com.oracle.bmc.osmanagement.model with parameters of type IntervalTypes Constructor Description CreateScheduledJobDetails(String compartmentId, String displayName, String description, ScheduleTypes scheduleType, Date timeNextExecution, IntervalTypes intervalType, String intervalValue, List<Id> managedInstances, List<Id> managedInstanceGroups, OperationTypes operationType, PackageUpdateTypes updateType, List<PackageName> packageNames, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> updateNames, OsFamilies osFamily)
Deprecated.ScheduledJob(String id, String compartmentId, String displayName, String description, ScheduleTypes scheduleType, Date timeNextExecution, Date timeLastExecution, IntervalTypes intervalType, String intervalValue, List<Id> managedInstances, List<Id> managedInstanceGroups, OperationTypes operationType, PackageUpdateTypes updateType, List<PackageName> packageNames, List<Id> workRequests, LifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> updateNames, OsFamilies osFamily, Boolean isRestricted)
Deprecated.UpdateScheduledJobDetails(String displayName, String description, ScheduleTypes scheduleType, Date timeNextExecution, IntervalTypes intervalType, String intervalValue, OperationTypes operationType, PackageUpdateTypes updateType, List<PackageName> packageNames, List<String> updateNames, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-