Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static TaskSchedule.RetryDelayUnit |
TaskSchedule.RetryDelayUnit.create(String key) |
TaskSchedule.RetryDelayUnit |
TaskSchedule.getRetryDelayUnit()
The unit for the retry delay.
|
static TaskSchedule.RetryDelayUnit |
TaskSchedule.RetryDelayUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskSchedule.RetryDelayUnit[] |
TaskSchedule.RetryDelayUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskSchedule.Builder |
TaskSchedule.Builder.retryDelayUnit(TaskSchedule.RetryDelayUnit retryDelayUnit)
The unit for the retry delay.
|
Constructor and Description |
---|
TaskSchedule(String key,
String modelVersion,
String modelType,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
Integer objectStatus,
String identifier,
Schedule scheduleRef,
ConfigProvider configProviderDelegate,
Boolean isEnabled,
Integer retryAttempts,
TaskSchedule.RetryDelayUnit retryDelayUnit,
Double retryDelay,
Long startTimeMillis,
Long endTimeMillis,
Boolean isConcurrentAllowed,
Boolean isBackfillEnabled,
TaskSchedule.AuthMode authMode,
Double expectedDuration,
TaskSchedule.ExpectedDurationUnit expectedDurationUnit,
LastRunDetails lastRunDetails,
ObjectMetadata metadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.