oci.DatabaseMigration.Job
Explore with Pulumi AI
Example Usage
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, str]] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
suspend_trigger: Optional[int] = 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", "string" },
},
DisplayName = "string",
FreeformTags =
{
{ "string", "string" },
},
SuspendTrigger = 0,
});
example, err := DatabaseMigration.NewJob(ctx, "ociJobResource", &DatabaseMigration.JobArgs{
JobId: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
DisplayName: pulumi.String("string"),
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
SuspendTrigger: pulumi.Int(0),
})
var ociJobResource = new Job("ociJobResource", JobArgs.builder()
.jobId("string")
.definedTags(Map.of("string", "string"))
.displayName("string")
.freeformTags(Map.of("string", "string"))
.suspendTrigger(0)
.build());
oci_job_resource = oci.database_migration.Job("ociJobResource",
job_id="string",
defined_tags={
"string": "string",
},
display_name="string",
freeform_tags={
"string": "string",
},
suspend_trigger=0)
const ociJobResource = new oci.databasemigration.Job("ociJobResource", {
jobId: "string",
definedTags: {
string: "string",
},
displayName: "string",
freeformTags: {
string: "string",
},
suspendTrigger: 0,
});
type: oci:DatabaseMigration:Job
properties:
definedTags:
string: string
displayName: string
freeformTags:
string: string
jobId: string
suspendTrigger: 0
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Job resource accepts the following input properties:
- Job
Id string - The OCID of the job
- Dictionary<string, string>
- (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, string>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Suspend
Trigger int (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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
- Job
Id string - The OCID of the job
- map[string]string
- (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]string
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Suspend
Trigger int (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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
- job
Id String - The OCID of the job
- Map<String,String>
- (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,String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- suspend
Trigger Integer (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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
- job
Id string - The OCID of the job
- {[key: string]: string}
- (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]: string}
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- suspend
Trigger number (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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
- job_
id str - The OCID of the job
- Mapping[str, str]
- (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, str]
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- suspend_
trigger int (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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
- job
Id String - The OCID of the job
- Map<String>
- (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>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- suspend
Trigger Number (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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
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.
- Parameter
File List<JobVersions Parameter File Version> - A list of parameter file versions that can be viewed or edited for the current job.
- Progresses
List<Job
Progress> - Percent progress of job phase.
- State string
- The current state of the migration job.
- Dictionary<string, string>
- 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.
- Parameter
File []JobVersions Parameter File Version - A list of parameter file versions that can be viewed or edited for the current job.
- Progresses
[]Job
Progress - Percent progress of job phase.
- State string
- The current state of the migration job.
- map[string]string
- 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.
- parameter
File List<JobVersions Parameter File Version> - A list of parameter file versions that can be viewed or edited for the current job.
- progresses
List<Job
Progress> - Percent progress of job phase.
- state String
- The current state of the migration job.
- Map<String,String>
- 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.
- parameter
File JobVersions Parameter File Version[] - A list of parameter file versions that can be viewed or edited for the current job.
- progresses
Job
Progress[] - Percent progress of job phase.
- state string
- The current state of the migration job.
- {[key: string]: string}
- 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.
- parameter_
file_ Sequence[databasemigration.versions Job Parameter File Version] - A list of parameter file versions that can be viewed or edited for the current job.
- progresses
Sequence[databasemigration.
Job Progress] - Percent progress of job phase.
- state str
- The current state of the migration job.
- Mapping[str, str]
- 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.
- parameter
File List<Property Map>Versions - A list of parameter file versions that can be viewed or edited for the current job.
- progresses List<Property Map>
- Percent progress of job phase.
- state String
- The current state of the migration job.
- Map<String>
- 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, str]] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
job_id: Optional[str] = None,
lifecycle_details: Optional[str] = None,
migration_id: Optional[str] = None,
parameter_file_versions: Optional[Sequence[_databasemigration.JobParameterFileVersionArgs]] = None,
progresses: Optional[Sequence[_databasemigration.JobProgressArgs]] = None,
state: Optional[str] = None,
suspend_trigger: Optional[int] = None,
system_tags: Optional[Mapping[str, str]] = 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, string>
- (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, string>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Job
Id string - The OCID of the job
- 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.
- Parameter
File List<JobVersions Parameter File Version> - A list of parameter file versions that can be viewed or edited for the current job.
- Progresses
List<Job
Progress> - Percent progress of job phase.
- State string
- The current state of the migration job.
- Suspend
Trigger int (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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, string>
- 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]string
- (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]string
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Job
Id string - The OCID of the job
- 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.
- Parameter
File []JobVersions Parameter File Version Args - A list of parameter file versions that can be viewed or edited for the current job.
- Progresses
[]Job
Progress Args - Percent progress of job phase.
- State string
- The current state of the migration job.
- Suspend
Trigger int (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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]string
- 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,String>
- (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,String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- job
Id String - The OCID of the job
- 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.
- parameter
File List<JobVersions Parameter File Version> - A list of parameter file versions that can be viewed or edited for the current job.
- progresses
List<Job
Progress> - Percent progress of job phase.
- state String
- The current state of the migration job.
- suspend
Trigger Integer (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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,String>
- 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]: string}
- (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]: string}
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- job
Id string - The OCID of the job
- 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.
- parameter
File JobVersions Parameter File Version[] - A list of parameter file versions that can be viewed or edited for the current job.
- progresses
Job
Progress[] - Percent progress of job phase.
- state string
- The current state of the migration job.
- suspend
Trigger number (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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]: string}
- 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, str]
- (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, str]
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- job_
id str - The OCID of the job
- 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.
- parameter_
file_ Sequence[databasemigration.versions Job Parameter File Version Args] - A list of parameter file versions that can be viewed or edited for the current job.
- progresses
Sequence[databasemigration.
Job Progress Args] - Percent progress of job phase.
- state str
- The current state of the migration job.
- suspend_
trigger int (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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, str]
- 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<String>
- (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>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- job
Id String - The OCID of the job
- 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.
- parameter
File List<Property Map>Versions - A list of parameter file versions that can be viewed or edited for the current job.
- progresses List<Property Map>
- Percent progress of job phase.
- state String
- The current state of the migration job.
- suspend
Trigger Number (Updatable) An optional property when incremented triggers Suspend. Could be set to any integer value.
** 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>
- 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
JobParameterFileVersion, JobParameterFileVersionArgs
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- A description to discribe the current parameter file version
- Dictionary<string, string>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Is
Current bool - Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
- Is
Factory bool - Return true/false for whether the parameter file is oracle provided (Factory)
- Kind string
- Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
- Name string
- Phase name
- Dictionary<string, string>
- 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
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- A description to discribe the current parameter file version
- map[string]string
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Is
Current bool - Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
- Is
Factory bool - Return true/false for whether the parameter file is oracle provided (Factory)
- Kind string
- Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
- Name string
- Phase name
- map[string]string
- 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
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- A description to discribe the current parameter file version
- Map<String,String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- is
Current Boolean - Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
- is
Factory Boolean - Return true/false for whether the parameter file is oracle provided (Factory)
- kind String
- Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
- name String
- Phase name
- Map<String,String>
- 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
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- A description to discribe the current parameter file version
- {[key: string]: string}
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- is
Current boolean - Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
- is
Factory boolean - Return true/false for whether the parameter file is oracle provided (Factory)
- kind string
- Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
- name string
- Phase name
- {[key: string]: string}
- 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
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- A description to discribe the current parameter file version
- Mapping[str, str]
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- is_
current bool - Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
- is_
factory bool - Return true/false for whether the parameter file is oracle provided (Factory)
- kind str
- Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
- name str
- Phase name
- Mapping[str, str]
- 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
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- A description to discribe the current parameter file version
- Map<String>
- (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- is
Current Boolean - Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
- is
Factory Boolean - Return true/false for whether the parameter file is oracle provided (Factory)
- kind String
- Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
- name String
- Phase name
- Map<String>
- 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
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
- Editable
Parameter List<string>Files - Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
- 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.
- Is
Suspend boolAvailable - This is returned as true if the current phase can be suspended.
- 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
- Editable
Parameter []stringFiles - Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
- 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.
- Is
Suspend boolAvailable - This is returned as true if the current phase can be suspended.
- 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
- editable
Parameter List<String>Files - Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
- 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.
- is
Suspend BooleanAvailable - This is returned as true if the current phase can be suspended.
- 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
- editable
Parameter string[]Files - Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
- 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.
- is
Suspend booleanAvailable - This is returned as true if the current phase can be suspended.
- 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
- editable_
parameter_ Sequence[str]files - Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
- 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.
- is_
suspend_ boolavailable - This is returned as true if the current phase can be suspended.
- 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
- editable
Parameter List<String>Files - Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
- 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.
- is
Suspend BooleanAvailable - This is returned as true if the current phase can be suspended.
- 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.