Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static TaskScheduleSummary.ExpectedDurationUnit |
TaskScheduleSummary.ExpectedDurationUnit.create(String key) |
TaskScheduleSummary.ExpectedDurationUnit |
TaskScheduleSummary.getExpectedDurationUnit()
The expected duration unit of the task execution.
|
static TaskScheduleSummary.ExpectedDurationUnit |
TaskScheduleSummary.ExpectedDurationUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskScheduleSummary.ExpectedDurationUnit[] |
TaskScheduleSummary.ExpectedDurationUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskScheduleSummary.Builder |
TaskScheduleSummary.Builder.expectedDurationUnit(TaskScheduleSummary.ExpectedDurationUnit expectedDurationUnit)
The expected duration unit of the task execution.
|
Constructor and Description |
---|
TaskScheduleSummary(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 numberOfRetries,
Double retryDelay,
TaskScheduleSummary.RetryDelayUnit retryDelayUnit,
Long startTimeMillis,
Long endTimeMillis,
Boolean isConcurrentAllowed,
Boolean isBackfillEnabled,
TaskScheduleSummary.AuthMode authMode,
Double expectedDuration,
TaskScheduleSummary.ExpectedDurationUnit expectedDurationUnit,
Long nextRunTimeMillis,
LastRunDetails lastRunDetails,
ObjectMetadata metadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.