AssessorCheck¶
-
class
oci.database_migration.models.AssessorCheck(**kwargs)¶ Bases:
objectAssessor Check
Attributes
ASSESSOR_CHECK_STATE_ACKNOWLEDGEDA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_APPROVEDA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_COMPLETEDA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_FAILEDA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_NOT_ACKNOWLEDGEDA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_PASSEDA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_PENDINGA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_PENDING_APPROVALA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_PENDING_RESOLUTIONA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_PENDING_VALIDATIONA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_STARTEDA constant which can be used with the assessor_check_state property of a AssessorCheck. ASSESSOR_CHECK_STATE_VALIDATEDA constant which can be used with the assessor_check_state property of a AssessorCheck. actionGets the action of this AssessorCheck. assessor_check_group[Required] Gets the assessor_check_group of this AssessorCheck. assessor_check_state[Required] Gets the assessor_check_state of this AssessorCheck. check_actionGets the check_action of this AssessorCheck. columnsGets the columns of this AssessorCheck. descriptionGets the description of this AssessorCheck. display_name[Required] Gets the display_name of this AssessorCheck. fixup_script_locationGets the fixup_script_location of this AssessorCheck. help_link_textGets the help_link_text of this AssessorCheck. help_link_urlGets the help_link_url of this AssessorCheck. impactGets the impact of this AssessorCheck. is_exclusion_allowedGets the is_exclusion_allowed of this AssessorCheck. issueGets the issue of this AssessorCheck. keyGets the key of this AssessorCheck. log_locationGets the log_location of this AssessorCheck. metadataGets the metadata of this AssessorCheck. name[Required] Gets the name of this AssessorCheck. object_countGets the object_count of this AssessorCheck. objects_display_nameGets the objects_display_name of this AssessorCheck. Methods
__init__(**kwargs)Initializes a new AssessorCheck object with values from keyword arguments. -
ASSESSOR_CHECK_STATE_ACKNOWLEDGED= 'ACKNOWLEDGED'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “ACKNOWLEDGED”
-
ASSESSOR_CHECK_STATE_APPROVED= 'APPROVED'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “APPROVED”
-
ASSESSOR_CHECK_STATE_COMPLETED= 'COMPLETED'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “COMPLETED”
-
ASSESSOR_CHECK_STATE_FAILED= 'FAILED'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “FAILED”
-
ASSESSOR_CHECK_STATE_NOT_ACKNOWLEDGED= 'NOT_ACKNOWLEDGED'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “NOT_ACKNOWLEDGED”
-
ASSESSOR_CHECK_STATE_PASSED= 'PASSED'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “PASSED”
-
ASSESSOR_CHECK_STATE_PENDING= 'PENDING'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “PENDING”
-
ASSESSOR_CHECK_STATE_PENDING_APPROVAL= 'PENDING_APPROVAL'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “PENDING_APPROVAL”
-
ASSESSOR_CHECK_STATE_PENDING_RESOLUTION= 'PENDING_RESOLUTION'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “PENDING_RESOLUTION”
-
ASSESSOR_CHECK_STATE_PENDING_VALIDATION= 'PENDING_VALIDATION'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “PENDING_VALIDATION”
-
ASSESSOR_CHECK_STATE_STARTED= 'STARTED'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “STARTED”
-
ASSESSOR_CHECK_STATE_VALIDATED= 'VALIDATED'¶ A constant which can be used with the assessor_check_state property of a AssessorCheck. This constant has a value of “VALIDATED”
-
__init__(**kwargs)¶ Initializes a new AssessorCheck object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AssessorCheck.
- display_name (str) – The value to assign to the display_name property of this AssessorCheck.
- description (str) – The value to assign to the description property of this AssessorCheck.
- assessor_check_group (oci.database_migration.models.AssessorCheckGroup) – The value to assign to the assessor_check_group property of this AssessorCheck.
- help_link_url (str) – The value to assign to the help_link_url property of this AssessorCheck.
- help_link_text (str) – The value to assign to the help_link_text property of this AssessorCheck.
- assessor_check_state (str) – The value to assign to the assessor_check_state property of this AssessorCheck. Allowed values for this property are: “PENDING_APPROVAL”, “PENDING_RESOLUTION”, “PENDING_VALIDATION”, “NOT_ACKNOWLEDGED”, “APPROVED”, “ACKNOWLEDGED”, “VALIDATED”, “PASSED”, “PENDING”, “STARTED”, “COMPLETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- check_action (oci.database_migration.models.AssessorCheckAction) – The value to assign to the check_action property of this AssessorCheck.
- key (str) – The value to assign to the key property of this AssessorCheck.
- issue (str) – The value to assign to the issue property of this AssessorCheck.
- impact (str) – The value to assign to the impact property of this AssessorCheck.
- action (str) – The value to assign to the action property of this AssessorCheck.
- fixup_script_location (str) – The value to assign to the fixup_script_location property of this AssessorCheck.
- is_exclusion_allowed (bool) – The value to assign to the is_exclusion_allowed property of this AssessorCheck.
- metadata (oci.database_migration.models.ObjectMetadata) – The value to assign to the metadata property of this AssessorCheck.
- columns (list[oci.database_migration.models.AdvisorReportCheckColumn]) – The value to assign to the columns property of this AssessorCheck.
- object_count (int) – The value to assign to the object_count property of this AssessorCheck.
- objects_display_name (str) – The value to assign to the objects_display_name property of this AssessorCheck.
- log_location (oci.database_migration.models.LogLocationBucketDetails) – The value to assign to the log_location property of this AssessorCheck.
-
action¶ Gets the action of this AssessorCheck. Fixing the issue.
Returns: The action of this AssessorCheck. Return type: str
-
assessor_check_group¶ [Required] Gets the assessor_check_group of this AssessorCheck.
Returns: The assessor_check_group of this AssessorCheck. Return type: oci.database_migration.models.AssessorCheckGroup
-
assessor_check_state¶ [Required] Gets the assessor_check_state of this AssessorCheck. The current state of the Assessor Check.
Allowed values for this property are: “PENDING_APPROVAL”, “PENDING_RESOLUTION”, “PENDING_VALIDATION”, “NOT_ACKNOWLEDGED”, “APPROVED”, “ACKNOWLEDGED”, “VALIDATED”, “PASSED”, “PENDING”, “STARTED”, “COMPLETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The assessor_check_state of this AssessorCheck. Return type: str
-
check_action¶ Gets the check_action of this AssessorCheck.
Returns: The check_action of this AssessorCheck. Return type: oci.database_migration.models.AssessorCheckAction
-
columns¶ Gets the columns of this AssessorCheck. Array of the column of the objects table.
Returns: The columns of this AssessorCheck. Return type: list[oci.database_migration.models.AdvisorReportCheckColumn]
-
description¶ Gets the description of this AssessorCheck. A user-friendly description. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The description of this AssessorCheck. Return type: str
-
display_name¶ [Required] Gets the display_name of this AssessorCheck. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AssessorCheck. Return type: str
-
fixup_script_location¶ Gets the fixup_script_location of this AssessorCheck. The path to the fixup script for this check.
Returns: The fixup_script_location of this AssessorCheck. Return type: str
-
help_link_text¶ Gets the help_link_text of this AssessorCheck. The Help link text.
Returns: The help_link_text of this AssessorCheck. Return type: str
-
help_link_url¶ Gets the help_link_url of this AssessorCheck. The Help URL.
Returns: The help_link_url of this AssessorCheck. Return type: str
-
impact¶ Gets the impact of this AssessorCheck. Impact of the issue on data migration.
Returns: The impact of this AssessorCheck. Return type: str
-
is_exclusion_allowed¶ Gets the is_exclusion_allowed of this AssessorCheck. If false, objects cannot be excluded from migration.
Returns: The is_exclusion_allowed of this AssessorCheck. Return type: bool
-
issue¶ Gets the issue of this AssessorCheck. Description of the issue.
Returns: The issue of this AssessorCheck. Return type: str
-
key¶ Gets the key of this AssessorCheck. Pre-Migration сheck id.
Returns: The key of this AssessorCheck. Return type: str
-
log_location¶ Gets the log_location of this AssessorCheck.
Returns: The log_location of this AssessorCheck. Return type: oci.database_migration.models.LogLocationBucketDetails
-
metadata¶ Gets the metadata of this AssessorCheck.
Returns: The metadata of this AssessorCheck. Return type: oci.database_migration.models.ObjectMetadata
-
name¶ [Required] Gets the name of this AssessorCheck. The Name of the Check.
Returns: The name of this AssessorCheck. Return type: str
-
object_count¶ Gets the object_count of this AssessorCheck. Number of database objects to migrate.
Returns: The object_count of this AssessorCheck. Return type: int
-
objects_display_name¶ Gets the objects_display_name of this AssessorCheck. The objects display name.
Returns: The objects_display_name of this AssessorCheck. Return type: str
-