UpdateMySqlAdvisorSettings¶
-
class
oci.database_migration.models.
UpdateMySqlAdvisorSettings
(**kwargs)¶ Bases:
object
Optional Pre-Migration advisor settings.
Methods
__init__
(**kwargs)Initializes a new UpdateMySqlAdvisorSettings object with values from keyword arguments. Attributes
is_ignore_errors
Gets the is_ignore_errors of this UpdateMySqlAdvisorSettings. is_skip_advisor
Gets the is_skip_advisor of this UpdateMySqlAdvisorSettings. -
__init__
(**kwargs)¶ Initializes a new UpdateMySqlAdvisorSettings 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 UpdateMySqlAdvisorSettings.
- is_ignore_errors (bool) – The value to assign to the is_ignore_errors property of this UpdateMySqlAdvisorSettings.
-
is_ignore_errors
¶ Gets the is_ignore_errors of this UpdateMySqlAdvisorSettings. True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
Returns: The is_ignore_errors of this UpdateMySqlAdvisorSettings. Return type: bool
-
is_skip_advisor
¶ Gets the is_skip_advisor of this UpdateMySqlAdvisorSettings. True to skip the Pre-Migration Advisor execution. Default is false.
Returns: The is_skip_advisor of this UpdateMySqlAdvisorSettings. Return type: bool
-