AdvisorSettings

class oci.database_migration.models.AdvisorSettings(**kwargs)

Bases: object

Optional Pre-Migration advisor settings.

Methods

__init__(**kwargs) Initializes a new AdvisorSettings object with values from keyword arguments.

Attributes

is_ignore_errors Gets the is_ignore_errors of this AdvisorSettings.
is_skip_advisor Gets the is_skip_advisor of this AdvisorSettings.
__init__(**kwargs)

Initializes a new AdvisorSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_skip_advisor (bool) – The value to assign to the is_skip_advisor property of this AdvisorSettings.
  • is_ignore_errors (bool) – The value to assign to the is_ignore_errors property of this AdvisorSettings.
is_ignore_errors

Gets the is_ignore_errors of this AdvisorSettings. True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.

Returns:The is_ignore_errors of this AdvisorSettings.
Return type:bool
is_skip_advisor

Gets the is_skip_advisor of this AdvisorSettings. True to skip the Pre-Migration Advisor execution. Default is false.

Returns:The is_skip_advisor of this AdvisorSettings.
Return type:bool