Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
UnsupportedDatabaseObject |
UnsupportedDatabaseObject.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<UnsupportedDatabaseObject> |
Job.getUnsupportedObjects()
Database objects not supported.
|
Modifier and Type | Method and Description |
---|---|
UnsupportedDatabaseObject.Builder |
UnsupportedDatabaseObject.Builder.copy(UnsupportedDatabaseObject model) |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.unsupportedObjects(List<UnsupportedDatabaseObject> unsupportedObjects)
Database objects not supported.
|
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.