Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static Job.Builder |
Job.builder()
Create a new builder.
|
Job.Builder |
Job.Builder.copy(Job model) |
Job.Builder |
Job.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Job.Builder |
Job.Builder.displayName(String displayName)
Name of the job.
|
Job.Builder |
Job.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Job.Builder |
Job.Builder.id(String id)
The OCID of the Migration Job.
|
Job.Builder |
Job.Builder.lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
Job.Builder |
Job.Builder.lifecycleState(JobLifecycleStates lifecycleState)
The current state of the migration job.
|
Job.Builder |
Job.Builder.migrationId(String migrationId)
The OCID of the Migration that this job belongs to.
|
Job.Builder |
Job.Builder.parameterFileVersions(List<ParameterFileVersionSummary> parameterFileVersions)
A list of parameter file versions that can be viewed or edited for the current job.
|
Job.Builder |
Job.Builder.progress(MigrationJobProgressResource progress) |
Job.Builder |
Job.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Job.Builder |
Job.Builder.timeCreated(Date timeCreated)
The time the Migration Job was created.
|
Job.Builder |
Job.Builder.timeUpdated(Date timeUpdated)
The time the Migration Job was last updated.
|
Job.Builder |
Job.toBuilder() |
Job.Builder |
Job.Builder.type(JobTypes type)
The job type.
|
Job.Builder |
Job.Builder.unsupportedObjects(List<UnsupportedDatabaseObject> unsupportedObjects)
Database objects not supported.
|
Copyright © 2016–2024. All rights reserved.