oci.DatabaseMigration.Job
Explore with Pulumi AI
This resource provides the Job resource in Oracle Cloud Infrastructure Database Migration service.
Update Migration Job resource details.
Create Job Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Job(name: string, args: JobArgs, opts?: CustomResourceOptions);
@overload
def Job(resource_name: str,
args: JobArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Job(resource_name: str,
opts: Optional[ResourceOptions] = None,
job_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None)
func NewJob(ctx *Context, name string, args JobArgs, opts ...ResourceOption) (*Job, error)
public Job(string name, JobArgs args, CustomResourceOptions? opts = null)
type: oci:DatabaseMigration:Job
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args JobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args JobArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args JobArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args JobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args JobArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var ociJobResource = new Oci.DatabaseMigration.Job("ociJobResource", new()
{
JobId = "string",
DefinedTags =
{
{ "string", "any" },
},
DisplayName = "string",
FreeformTags =
{
{ "string", "any" },
},
});
example, err := DatabaseMigration.NewJob(ctx, "ociJobResource", &DatabaseMigration.JobArgs{
JobId: pulumi.String("string"),
DefinedTags: pulumi.Map{
"string": pulumi.Any("any"),
},
DisplayName: pulumi.String("string"),
FreeformTags: pulumi.Map{
"string": pulumi.Any("any"),
},
})
var ociJobResource = new Job("ociJobResource", JobArgs.builder()
.jobId("string")
.definedTags(Map.of("string", "any"))
.displayName("string")
.freeformTags(Map.of("string", "any"))
.build());
oci_job_resource = oci.database_migration.Job("ociJobResource",
job_id="string",
defined_tags={
"string": "any",
},
display_name="string",
freeform_tags={
"string": "any",
})
const ociJobResource = new oci.databasemigration.Job("ociJobResource", {
jobId: "string",
definedTags: {
string: "any",
},
displayName: "string",
freeformTags: {
string: "any",
},
});
type: oci:DatabaseMigration:Job
properties:
definedTags:
string: any
displayName: string
freeformTags:
string: any
jobId: string
Job Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Job resource accepts the following input properties:
- Job
Id string The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Dictionary<string, object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - (Updatable) Name of the job.
- Dictionary<string, object>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Job
Id string The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- map[string]interface{}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - (Updatable) Name of the job.
- map[string]interface{}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- job
Id String The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Map<String,Object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - (Updatable) Name of the job.
- Map<String,Object>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- job
Id string The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- {[key: string]: any}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - (Updatable) Name of the job.
- {[key: string]: any}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- job_
id str The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Mapping[str, Any]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - (Updatable) Name of the job.
- Mapping[str, Any]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- job
Id String The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Map<Any>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - (Updatable) Name of the job.
- Map<Any>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
Outputs
All input properties are implicitly available as output properties. Additionally, the Job resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Migration
Id string - The OCID of the Migration that this job belongs to.
- Progresses
List<Job
Progress> - Percent progress of job phase.
- State string
- The current state of the migration job.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the Migration Job was created. An RFC3339 formatted datetime string
- Time
Updated string - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- Type string
- Type of unsupported object
- Unsupported
Objects List<JobUnsupported Object> - Database objects not supported.
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Migration
Id string - The OCID of the Migration that this job belongs to.
- Progresses
[]Job
Progress - Percent progress of job phase.
- State string
- The current state of the migration job.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the Migration Job was created. An RFC3339 formatted datetime string
- Time
Updated string - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- Type string
- Type of unsupported object
- Unsupported
Objects []JobUnsupported Object - Database objects not supported.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- migration
Id String - The OCID of the Migration that this job belongs to.
- progresses
List<Job
Progress> - Percent progress of job phase.
- state String
- The current state of the migration job.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the Migration Job was created. An RFC3339 formatted datetime string
- time
Updated String - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- type String
- Type of unsupported object
- unsupported
Objects List<JobUnsupported Object> - Database objects not supported.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- migration
Id string - The OCID of the Migration that this job belongs to.
- progresses
Job
Progress[] - Percent progress of job phase.
- state string
- The current state of the migration job.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time the Migration Job was created. An RFC3339 formatted datetime string
- time
Updated string - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- type string
- Type of unsupported object
- unsupported
Objects JobUnsupported Object[] - Database objects not supported.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- migration_
id str - The OCID of the Migration that this job belongs to.
- progresses
Sequence[databasemigration.
Job Progress] - Percent progress of job phase.
- state str
- The current state of the migration job.
- Mapping[str, Any]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time the Migration Job was created. An RFC3339 formatted datetime string
- time_
updated str - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- type str
- Type of unsupported object
- unsupported_
objects Sequence[databasemigration.Job Unsupported Object] - Database objects not supported.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- migration
Id String - The OCID of the Migration that this job belongs to.
- progresses List<Property Map>
- Percent progress of job phase.
- state String
- The current state of the migration job.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the Migration Job was created. An RFC3339 formatted datetime string
- time
Updated String - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- type String
- Type of unsupported object
- unsupported
Objects List<Property Map> - Database objects not supported.
Look up Existing Job Resource
Get an existing Job resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: JobState, opts?: CustomResourceOptions): Job
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
job_id: Optional[str] = None,
lifecycle_details: Optional[str] = None,
migration_id: Optional[str] = None,
progresses: Optional[Sequence[_databasemigration.JobProgressArgs]] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, Any]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None,
type: Optional[str] = None,
unsupported_objects: Optional[Sequence[_databasemigration.JobUnsupportedObjectArgs]] = None) -> Job
func GetJob(ctx *Context, name string, id IDInput, state *JobState, opts ...ResourceOption) (*Job, error)
public static Job Get(string name, Input<string> id, JobState? state, CustomResourceOptions? opts = null)
public static Job get(String name, Output<String> id, JobState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Dictionary<string, object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - (Updatable) Name of the job.
- Dictionary<string, object>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Job
Id string The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Migration
Id string - The OCID of the Migration that this job belongs to.
- Progresses
List<Job
Progress> - Percent progress of job phase.
- State string
- The current state of the migration job.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the Migration Job was created. An RFC3339 formatted datetime string
- Time
Updated string - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- Type string
- Type of unsupported object
- Unsupported
Objects List<JobUnsupported Object> - Database objects not supported.
- map[string]interface{}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - (Updatable) Name of the job.
- map[string]interface{}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Job
Id string The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Migration
Id string - The OCID of the Migration that this job belongs to.
- Progresses
[]Job
Progress Args - Percent progress of job phase.
- State string
- The current state of the migration job.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time the Migration Job was created. An RFC3339 formatted datetime string
- Time
Updated string - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- Type string
- Type of unsupported object
- Unsupported
Objects []JobUnsupported Object Args - Database objects not supported.
- Map<String,Object>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - (Updatable) Name of the job.
- Map<String,Object>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- job
Id String The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- migration
Id String - The OCID of the Migration that this job belongs to.
- progresses
List<Job
Progress> - Percent progress of job phase.
- state String
- The current state of the migration job.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the Migration Job was created. An RFC3339 formatted datetime string
- time
Updated String - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- type String
- Type of unsupported object
- unsupported
Objects List<JobUnsupported Object> - Database objects not supported.
- {[key: string]: any}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - (Updatable) Name of the job.
- {[key: string]: any}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- job
Id string The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- lifecycle
Details string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- migration
Id string - The OCID of the Migration that this job belongs to.
- progresses
Job
Progress[] - Percent progress of job phase.
- state string
- The current state of the migration job.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time the Migration Job was created. An RFC3339 formatted datetime string
- time
Updated string - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- type string
- Type of unsupported object
- unsupported
Objects JobUnsupported Object[] - Database objects not supported.
- Mapping[str, Any]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - (Updatable) Name of the job.
- Mapping[str, Any]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- job_
id str The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- lifecycle_
details str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- migration_
id str - The OCID of the Migration that this job belongs to.
- progresses
Sequence[databasemigration.
Job Progress Args] - Percent progress of job phase.
- state str
- The current state of the migration job.
- Mapping[str, Any]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The time the Migration Job was created. An RFC3339 formatted datetime string
- time_
updated str - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- type str
- Type of unsupported object
- unsupported_
objects Sequence[databasemigration.Job Unsupported Object Args] - Database objects not supported.
- Map<Any>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - (Updatable) Name of the job.
- Map<Any>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- job
Id String The OCID of the job
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- lifecycle
Details String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- migration
Id String - The OCID of the Migration that this job belongs to.
- progresses List<Property Map>
- Percent progress of job phase.
- state String
- The current state of the migration job.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time the Migration Job was created. An RFC3339 formatted datetime string
- time
Updated String - The time the Migration Job was last updated. An RFC3339 formatted datetime string
- type String
- Type of unsupported object
- unsupported
Objects List<Property Map> - Database objects not supported.
Supporting Types
JobProgress, JobProgressArgs
- Current
Phase string - Current phase of the job.
- Current
Status string - Current status of the job.
- Phases
List<Job
Progress Phase> - List of phase status for the job.
- Current
Phase string - Current phase of the job.
- Current
Status string - Current status of the job.
- Phases
[]Job
Progress Phase - List of phase status for the job.
- current
Phase String - Current phase of the job.
- current
Status String - Current status of the job.
- phases
List<Job
Progress Phase> - List of phase status for the job.
- current
Phase string - Current phase of the job.
- current
Status string - Current status of the job.
- phases
Job
Progress Phase[] - List of phase status for the job.
- current_
phase str - Current phase of the job.
- current_
status str - Current status of the job.
- phases
Sequence[databasemigration.
Job Progress Phase] - List of phase status for the job.
- current
Phase String - Current phase of the job.
- current
Status String - Current status of the job.
- phases List<Property Map>
- List of phase status for the job.
JobProgressPhase, JobProgressPhaseArgs
- Action string
- The text describing the action required to fix the issue
- Duration
In intMs - Duration of the phase in milliseconds
- Extracts
List<Job
Progress Phase Extract> - Summary of phase status results.
- Is
Advisor boolReport Available - True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
- Issue string
- The text describing the root cause of the reported issue
- Log
Locations List<JobProgress Phase Log Location> - Details to access log file in the specified Object Storage bucket, if any.
- Name string
- Phase name
- Progress int
- Percent progress of job phase.
- Status string
- Phase status
- Action string
- The text describing the action required to fix the issue
- Duration
In intMs - Duration of the phase in milliseconds
- Extracts
[]Job
Progress Phase Extract - Summary of phase status results.
- Is
Advisor boolReport Available - True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
- Issue string
- The text describing the root cause of the reported issue
- Log
Locations []JobProgress Phase Log Location - Details to access log file in the specified Object Storage bucket, if any.
- Name string
- Phase name
- Progress int
- Percent progress of job phase.
- Status string
- Phase status
- action String
- The text describing the action required to fix the issue
- duration
In IntegerMs - Duration of the phase in milliseconds
- extracts
List<Job
Progress Phase Extract> - Summary of phase status results.
- is
Advisor BooleanReport Available - True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
- issue String
- The text describing the root cause of the reported issue
- log
Locations List<JobProgress Phase Log Location> - Details to access log file in the specified Object Storage bucket, if any.
- name String
- Phase name
- progress Integer
- Percent progress of job phase.
- status String
- Phase status
- action string
- The text describing the action required to fix the issue
- duration
In numberMs - Duration of the phase in milliseconds
- extracts
Job
Progress Phase Extract[] - Summary of phase status results.
- is
Advisor booleanReport Available - True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
- issue string
- The text describing the root cause of the reported issue
- log
Locations JobProgress Phase Log Location[] - Details to access log file in the specified Object Storage bucket, if any.
- name string
- Phase name
- progress number
- Percent progress of job phase.
- status string
- Phase status
- action str
- The text describing the action required to fix the issue
- duration_
in_ intms - Duration of the phase in milliseconds
- extracts
Sequence[databasemigration.
Job Progress Phase Extract] - Summary of phase status results.
- is_
advisor_ boolreport_ available - True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
- issue str
- The text describing the root cause of the reported issue
- log_
locations Sequence[databasemigration.Job Progress Phase Log Location] - Details to access log file in the specified Object Storage bucket, if any.
- name str
- Phase name
- progress int
- Percent progress of job phase.
- status str
- Phase status
- action String
- The text describing the action required to fix the issue
- duration
In NumberMs - Duration of the phase in milliseconds
- extracts List<Property Map>
- Summary of phase status results.
- is
Advisor BooleanReport Available - True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
- issue String
- The text describing the root cause of the reported issue
- log
Locations List<Property Map> - Details to access log file in the specified Object Storage bucket, if any.
- name String
- Phase name
- progress Number
- Percent progress of job phase.
- status String
- Phase status
JobProgressPhaseExtract, JobProgressPhaseExtractArgs
JobProgressPhaseLogLocation, JobProgressPhaseLogLocationArgs
JobUnsupportedObject, JobUnsupportedObjectArgs
Import
Jobs can be imported using the id
, e.g.
$ pulumi import oci:DatabaseMigration/job:Job test_job "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.