Class UpdateMySqlAdvisorSettings
Optional Pre-Migration advisor settings.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class UpdateMySqlAdvisorSettings
Properties
IsIgnoreErrors
Declaration
[JsonProperty(PropertyName = "isIgnoreErrors")]
public bool? IsIgnoreErrors { get; set; }
Property Value
Type | Description |
---|---|
bool? | True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false. |
IsSkipAdvisor
Declaration
[JsonProperty(PropertyName = "isSkipAdvisor")]
public bool? IsSkipAdvisor { get; set; }
Property Value
Type | Description |
---|---|
bool? | True to skip the Pre-Migration Advisor execution. Default is false. |