Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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)
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.