CreateAdvisorSettings

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

Bases: object

Optional Pre-Migration advisor settings.

Methods

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

Attributes

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

Initializes a new CreateAdvisorSettings 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 CreateAdvisorSettings.
  • is_ignore_errors (bool) – The value to assign to the is_ignore_errors property of this CreateAdvisorSettings.
is_ignore_errors

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

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

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

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