1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseMigration
  5. Job
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.DatabaseMigration.Job

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    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)
    public Job(String name, JobArgs args)
    public Job(String name, JobArgs args, CustomResourceOptions options)
    
    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.

    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:

    JobId 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

    DefinedTags Dictionary<string, object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) Name of the job.
    FreeformTags 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"}
    JobId 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

    DefinedTags map[string]interface{}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) Name of the job.
    FreeformTags 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"}
    jobId 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

    definedTags Map<String,Object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) Name of the job.
    freeformTags 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"}
    jobId 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

    definedTags {[key: string]: any}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    (Updatable) Name of the job.
    freeformTags {[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

    defined_tags 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.
    freeform_tags 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"}
    jobId 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

    definedTags Map<Any>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) Name of the job.
    freeformTags 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.
    LifecycleDetails 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.
    MigrationId string
    The OCID of the Migration that this job belongs to.
    Progresses List<JobProgress>
    Percent progress of job phase.
    State string
    The current state of the migration job.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the Migration Job was created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    Type string
    Type of unsupported object
    UnsupportedObjects List<JobUnsupportedObject>
    Database objects not supported.
    Id string
    The provider-assigned unique ID for this managed resource.
    LifecycleDetails 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.
    MigrationId string
    The OCID of the Migration that this job belongs to.
    Progresses []JobProgress
    Percent progress of job phase.
    State string
    The current state of the migration job.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the Migration Job was created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    Type string
    Type of unsupported object
    UnsupportedObjects []JobUnsupportedObject
    Database objects not supported.
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails 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.
    migrationId String
    The OCID of the Migration that this job belongs to.
    progresses List<JobProgress>
    Percent progress of job phase.
    state String
    The current state of the migration job.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the Migration Job was created. An RFC3339 formatted datetime string
    timeUpdated String
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    type String
    Type of unsupported object
    unsupportedObjects List<JobUnsupportedObject>
    Database objects not supported.
    id string
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails 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.
    migrationId string
    The OCID of the Migration that this job belongs to.
    progresses JobProgress[]
    Percent progress of job phase.
    state string
    The current state of the migration job.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the Migration Job was created. An RFC3339 formatted datetime string
    timeUpdated string
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    type string
    Type of unsupported object
    unsupportedObjects JobUnsupportedObject[]
    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.JobProgress]
    Percent progress of job phase.
    state str
    The current state of the migration job.
    system_tags 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.JobUnsupportedObject]
    Database objects not supported.
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails 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.
    migrationId 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.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the Migration Job was created. An RFC3339 formatted datetime string
    timeUpdated String
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    type String
    Type of unsupported object
    unsupportedObjects 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.
    The following state arguments are supported:
    DefinedTags Dictionary<string, object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) Name of the job.
    FreeformTags 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"}
    JobId 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

    LifecycleDetails 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.
    MigrationId string
    The OCID of the Migration that this job belongs to.
    Progresses List<JobProgress>
    Percent progress of job phase.
    State string
    The current state of the migration job.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the Migration Job was created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    Type string
    Type of unsupported object
    UnsupportedObjects List<JobUnsupportedObject>
    Database objects not supported.
    DefinedTags map[string]interface{}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) Name of the job.
    FreeformTags 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"}
    JobId 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

    LifecycleDetails 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.
    MigrationId string
    The OCID of the Migration that this job belongs to.
    Progresses []JobProgressArgs
    Percent progress of job phase.
    State string
    The current state of the migration job.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the Migration Job was created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    Type string
    Type of unsupported object
    UnsupportedObjects []JobUnsupportedObjectArgs
    Database objects not supported.
    definedTags Map<String,Object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) Name of the job.
    freeformTags 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"}
    jobId 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

    lifecycleDetails 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.
    migrationId String
    The OCID of the Migration that this job belongs to.
    progresses List<JobProgress>
    Percent progress of job phase.
    state String
    The current state of the migration job.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the Migration Job was created. An RFC3339 formatted datetime string
    timeUpdated String
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    type String
    Type of unsupported object
    unsupportedObjects List<JobUnsupportedObject>
    Database objects not supported.
    definedTags {[key: string]: any}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    (Updatable) Name of the job.
    freeformTags {[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"}
    jobId 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

    lifecycleDetails 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.
    migrationId string
    The OCID of the Migration that this job belongs to.
    progresses JobProgress[]
    Percent progress of job phase.
    state string
    The current state of the migration job.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the Migration Job was created. An RFC3339 formatted datetime string
    timeUpdated string
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    type string
    Type of unsupported object
    unsupportedObjects JobUnsupportedObject[]
    Database objects not supported.
    defined_tags 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.
    freeform_tags 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.JobProgressArgs]
    Percent progress of job phase.
    state str
    The current state of the migration job.
    system_tags 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.JobUnsupportedObjectArgs]
    Database objects not supported.
    definedTags Map<Any>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) Name of the job.
    freeformTags 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"}
    jobId 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

    lifecycleDetails 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.
    migrationId 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.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the Migration Job was created. An RFC3339 formatted datetime string
    timeUpdated String
    The time the Migration Job was last updated. An RFC3339 formatted datetime string
    type String
    Type of unsupported object
    unsupportedObjects List<Property Map>
    Database objects not supported.

    Supporting Types

    JobProgress, JobProgressArgs

    CurrentPhase string
    Current phase of the job.
    CurrentStatus string
    Current status of the job.
    Phases List<JobProgressPhase>
    List of phase status for the job.
    CurrentPhase string
    Current phase of the job.
    CurrentStatus string
    Current status of the job.
    Phases []JobProgressPhase
    List of phase status for the job.
    currentPhase String
    Current phase of the job.
    currentStatus String
    Current status of the job.
    phases List<JobProgressPhase>
    List of phase status for the job.
    currentPhase string
    Current phase of the job.
    currentStatus string
    Current status of the job.
    phases JobProgressPhase[]
    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.JobProgressPhase]
    List of phase status for the job.
    currentPhase String
    Current phase of the job.
    currentStatus 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
    DurationInMs int
    Duration of the phase in milliseconds
    Extracts List<JobProgressPhaseExtract>
    Summary of phase status results.
    IsAdvisorReportAvailable bool
    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
    LogLocations List<JobProgressPhaseLogLocation>
    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
    DurationInMs int
    Duration of the phase in milliseconds
    Extracts []JobProgressPhaseExtract
    Summary of phase status results.
    IsAdvisorReportAvailable bool
    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
    LogLocations []JobProgressPhaseLogLocation
    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
    durationInMs Integer
    Duration of the phase in milliseconds
    extracts List<JobProgressPhaseExtract>
    Summary of phase status results.
    isAdvisorReportAvailable Boolean
    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
    logLocations List<JobProgressPhaseLogLocation>
    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
    durationInMs number
    Duration of the phase in milliseconds
    extracts JobProgressPhaseExtract[]
    Summary of phase status results.
    isAdvisorReportAvailable boolean
    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
    logLocations JobProgressPhaseLogLocation[]
    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_ms int
    Duration of the phase in milliseconds
    extracts Sequence[databasemigration.JobProgressPhaseExtract]
    Summary of phase status results.
    is_advisor_report_available bool
    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.JobProgressPhaseLogLocation]
    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
    durationInMs Number
    Duration of the phase in milliseconds
    extracts List<Property Map>
    Summary of phase status results.
    isAdvisorReportAvailable Boolean
    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
    logLocations 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

    Message string
    Message in entry.
    Type string
    Type of unsupported object
    Message string
    Message in entry.
    Type string
    Type of unsupported object
    message String
    Message in entry.
    type String
    Type of unsupported object
    message string
    Message in entry.
    type string
    Type of unsupported object
    message str
    Message in entry.
    type str
    Type of unsupported object
    message String
    Message in entry.
    type String
    Type of unsupported object

    JobProgressPhaseLogLocation, JobProgressPhaseLogLocationArgs

    Bucket string
    Name of the bucket containing the log file.
    Namespace string
    Object Storage namespace.
    Object string
    Name of the object (regular expression is allowed)
    Bucket string
    Name of the bucket containing the log file.
    Namespace string
    Object Storage namespace.
    Object string
    Name of the object (regular expression is allowed)
    bucket String
    Name of the bucket containing the log file.
    namespace String
    Object Storage namespace.
    object String
    Name of the object (regular expression is allowed)
    bucket string
    Name of the bucket containing the log file.
    namespace string
    Object Storage namespace.
    object string
    Name of the object (regular expression is allowed)
    bucket str
    Name of the bucket containing the log file.
    namespace str
    Object Storage namespace.
    object str
    Name of the object (regular expression is allowed)
    bucket String
    Name of the bucket containing the log file.
    namespace String
    Object Storage namespace.
    object String
    Name of the object (regular expression is allowed)

    JobUnsupportedObject, JobUnsupportedObjectArgs

    Object string
    Name of the object (regular expression is allowed)
    Owner string
    Owner of the object (regular expression is allowed)
    Type string
    Type of unsupported object
    Object string
    Name of the object (regular expression is allowed)
    Owner string
    Owner of the object (regular expression is allowed)
    Type string
    Type of unsupported object
    object String
    Name of the object (regular expression is allowed)
    owner String
    Owner of the object (regular expression is allowed)
    type String
    Type of unsupported object
    object string
    Name of the object (regular expression is allowed)
    owner string
    Owner of the object (regular expression is allowed)
    type string
    Type of unsupported object
    object str
    Name of the object (regular expression is allowed)
    owner str
    Owner of the object (regular expression is allowed)
    type str
    Type of unsupported object
    object String
    Name of the object (regular expression is allowed)
    owner String
    Owner of the object (regular expression is allowed)
    type String
    Type of unsupported object

    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.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi