Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static TaskRun.AuthMode |
TaskRun.AuthMode.create(String key) |
TaskRun.AuthMode |
TaskRun.getAuthMode()
The autorization mode for when the task was executed.
|
static TaskRun.AuthMode |
TaskRun.AuthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskRun.AuthMode[] |
TaskRun.AuthMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskRun.Builder |
TaskRun.Builder.authMode(TaskRun.AuthMode authMode)
The autorization mode for when the task was executed.
|
Constructor and Description |
---|
TaskRun(String key,
String modelType,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
ConfigProvider configProvider,
TaskRun.Status status,
Long startTimeMillis,
Long endTimeMillis,
Long lastUpdated,
Long recordsWritten,
Long bytesProcessed,
String errorMessage,
Double expectedDuration,
TaskRun.ExpectedDurationUnit expectedDurationUnit,
String taskKey,
String externalId,
Integer retryAttempt,
TaskSchedule taskSchedule,
Map<String,Float> metrics,
Map<String,ParameterValue> outputs,
List<String> executionErrors,
List<String> terminationErrors,
TaskRun.AuthMode authMode,
String opcRequestId,
Integer objectStatus,
TaskRun.TaskType taskType,
Boolean isLogProcessingInProgress,
String identifier,
ObjectMetadata metadata,
Map<String,String> keyMap)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.