Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
MigrationJobProgressResource |
MigrationJobProgressResource.Builder.build() |
MigrationJobProgressResource |
Job.getProgress() |
Modifier and Type | Method and Description |
---|---|
MigrationJobProgressResource.Builder |
MigrationJobProgressResource.Builder.copy(MigrationJobProgressResource model) |
Job.Builder |
Job.Builder.progress(MigrationJobProgressResource progress) |
Constructor and Description |
---|
Job(String id,
String displayName,
String migrationId,
JobTypes type,
Date timeCreated,
Date timeUpdated,
MigrationJobProgressResource progress,
List<UnsupportedDatabaseObject> unsupportedObjects,
JobLifecycleStates lifecycleState,
String lifecycleDetails,
List<ParameterFileVersionSummary> parameterFileVersions,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.