AdvisorReportCheckSummary

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

Bases: object

Pre-Migration extended advisor report check item.

Attributes

RESULT_TYPE_BLOCKER A constant which can be used with the result_type property of a AdvisorReportCheckSummary.
RESULT_TYPE_FATAL A constant which can be used with the result_type property of a AdvisorReportCheckSummary.
RESULT_TYPE_INFORMATIONAL A constant which can be used with the result_type property of a AdvisorReportCheckSummary.
RESULT_TYPE_PASS A constant which can be used with the result_type property of a AdvisorReportCheckSummary.
RESULT_TYPE_WARNING A constant which can be used with the result_type property of a AdvisorReportCheckSummary.
action [Required] Gets the action of this AdvisorReportCheckSummary.
columns [Required] Gets the columns of this AdvisorReportCheckSummary.
display_name [Required] Gets the display_name of this AdvisorReportCheckSummary.
fixup_script_location Gets the fixup_script_location of this AdvisorReportCheckSummary.
impact [Required] Gets the impact of this AdvisorReportCheckSummary.
is_exclusion_allowed [Required] Gets the is_exclusion_allowed of this AdvisorReportCheckSummary.
is_reviewed [Required] Gets the is_reviewed of this AdvisorReportCheckSummary.
issue [Required] Gets the issue of this AdvisorReportCheckSummary.
key [Required] Gets the key of this AdvisorReportCheckSummary.
metadata Gets the metadata of this AdvisorReportCheckSummary.
object_count [Required] Gets the object_count of this AdvisorReportCheckSummary.
result_type [Required] Gets the result_type of this AdvisorReportCheckSummary.

Methods

__init__(**kwargs) Initializes a new AdvisorReportCheckSummary object with values from keyword arguments.
RESULT_TYPE_BLOCKER = 'BLOCKER'

A constant which can be used with the result_type property of a AdvisorReportCheckSummary. This constant has a value of “BLOCKER”

RESULT_TYPE_FATAL = 'FATAL'

A constant which can be used with the result_type property of a AdvisorReportCheckSummary. This constant has a value of “FATAL”

RESULT_TYPE_INFORMATIONAL = 'INFORMATIONAL'

A constant which can be used with the result_type property of a AdvisorReportCheckSummary. This constant has a value of “INFORMATIONAL”

RESULT_TYPE_PASS = 'PASS'

A constant which can be used with the result_type property of a AdvisorReportCheckSummary. This constant has a value of “PASS”

RESULT_TYPE_WARNING = 'WARNING'

A constant which can be used with the result_type property of a AdvisorReportCheckSummary. This constant has a value of “WARNING”

__init__(**kwargs)

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

Parameters:
  • key (str) – The value to assign to the key property of this AdvisorReportCheckSummary.
  • display_name (str) – The value to assign to the display_name property of this AdvisorReportCheckSummary.
  • result_type (str) – The value to assign to the result_type property of this AdvisorReportCheckSummary. Allowed values for this property are: “FATAL”, “BLOCKER”, “WARNING”, “INFORMATIONAL”, “PASS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • is_reviewed (bool) – The value to assign to the is_reviewed property of this AdvisorReportCheckSummary.
  • issue (str) – The value to assign to the issue property of this AdvisorReportCheckSummary.
  • impact (str) – The value to assign to the impact property of this AdvisorReportCheckSummary.
  • action (str) – The value to assign to the action property of this AdvisorReportCheckSummary.
  • fixup_script_location (str) – The value to assign to the fixup_script_location property of this AdvisorReportCheckSummary.
  • is_exclusion_allowed (bool) – The value to assign to the is_exclusion_allowed property of this AdvisorReportCheckSummary.
  • metadata (oci.database_migration.models.ObjectMetadata) – The value to assign to the metadata property of this AdvisorReportCheckSummary.
  • columns (list[oci.database_migration.models.AdvisorReportCheckColumn]) – The value to assign to the columns property of this AdvisorReportCheckSummary.
  • object_count (int) – The value to assign to the object_count property of this AdvisorReportCheckSummary.
action

[Required] Gets the action of this AdvisorReportCheckSummary. Fixing the issue.

Returns:The action of this AdvisorReportCheckSummary.
Return type:str
columns

[Required] Gets the columns of this AdvisorReportCheckSummary. Array of the column of the objects table.

Returns:The columns of this AdvisorReportCheckSummary.
Return type:list[oci.database_migration.models.AdvisorReportCheckColumn]
display_name

[Required] Gets the display_name of this AdvisorReportCheckSummary. Pre-Migration сheck display name.

Returns:The display_name of this AdvisorReportCheckSummary.
Return type:str
fixup_script_location

Gets the fixup_script_location of this AdvisorReportCheckSummary. The path to the fixup script for this check.

Returns:The fixup_script_location of this AdvisorReportCheckSummary.
Return type:str
impact

[Required] Gets the impact of this AdvisorReportCheckSummary. Impact of the issue on data migration.

Returns:The impact of this AdvisorReportCheckSummary.
Return type:str
is_exclusion_allowed

[Required] Gets the is_exclusion_allowed of this AdvisorReportCheckSummary. If false, objects cannot be excluded from migration.

Returns:The is_exclusion_allowed of this AdvisorReportCheckSummary.
Return type:bool
is_reviewed

[Required] Gets the is_reviewed of this AdvisorReportCheckSummary. User flag for advisor report check.

Returns:The is_reviewed of this AdvisorReportCheckSummary.
Return type:bool
issue

[Required] Gets the issue of this AdvisorReportCheckSummary. Description of the issue.

Returns:The issue of this AdvisorReportCheckSummary.
Return type:str
key

[Required] Gets the key of this AdvisorReportCheckSummary. Pre-Migration сheck id.

Returns:The key of this AdvisorReportCheckSummary.
Return type:str
metadata

Gets the metadata of this AdvisorReportCheckSummary.

Returns:The metadata of this AdvisorReportCheckSummary.
Return type:oci.database_migration.models.ObjectMetadata
object_count

[Required] Gets the object_count of this AdvisorReportCheckSummary. Number of database objects to migrate.

Returns:The object_count of this AdvisorReportCheckSummary.
Return type:int
result_type

[Required] Gets the result_type of this AdvisorReportCheckSummary. Pre-Migration advisor result.

Allowed values for this property are: “FATAL”, “BLOCKER”, “WARNING”, “INFORMATIONAL”, “PASS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The result_type of this AdvisorReportCheckSummary.
Return type:str