AssessorCheckSummary¶
-
class
oci.database_migration.models.AssessorCheckSummary(**kwargs)¶ Bases:
objectAssessor Check Summary
Attributes
ASSESSOR_CHECK_STATE_ACKNOWLEDGEDA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_APPROVEDA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_COMPLETEDA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_FAILEDA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_NOT_ACKNOWLEDGEDA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_PASSEDA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_PENDINGA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_PENDING_APPROVALA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_PENDING_RESOLUTIONA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_PENDING_VALIDATIONA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_STARTEDA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. ASSESSOR_CHECK_STATE_VALIDATEDA constant which can be used with the assessor_check_state property of a AssessorCheckSummary. actionGets the action of this AssessorCheckSummary. assessor_check_group[Required] Gets the assessor_check_group of this AssessorCheckSummary. assessor_check_state[Required] Gets the assessor_check_state of this AssessorCheckSummary. check_actionGets the check_action of this AssessorCheckSummary. columnsGets the columns of this AssessorCheckSummary. descriptionGets the description of this AssessorCheckSummary. display_name[Required] Gets the display_name of this AssessorCheckSummary. fixup_script_locationGets the fixup_script_location of this AssessorCheckSummary. help_link_textGets the help_link_text of this AssessorCheckSummary. help_link_urlGets the help_link_url of this AssessorCheckSummary. impactGets the impact of this AssessorCheckSummary. is_exclusion_allowedGets the is_exclusion_allowed of this AssessorCheckSummary. issueGets the issue of this AssessorCheckSummary. keyGets the key of this AssessorCheckSummary. log_locationGets the log_location of this AssessorCheckSummary. metadataGets the metadata of this AssessorCheckSummary. name[Required] Gets the name of this AssessorCheckSummary. object_countGets the object_count of this AssessorCheckSummary. objects_display_nameGets the objects_display_name of this AssessorCheckSummary. Methods
__init__(**kwargs)Initializes a new AssessorCheckSummary 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. 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 AssessorCheckSummary. This constant has a value of “VALIDATED”
-
__init__(**kwargs)¶ Initializes a new AssessorCheckSummary 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 AssessorCheckSummary.
- display_name (str) – The value to assign to the display_name property of this AssessorCheckSummary.
- description (str) – The value to assign to the description property of this AssessorCheckSummary.
- assessor_check_group (oci.database_migration.models.AssessorCheckGroup) – The value to assign to the assessor_check_group property of this AssessorCheckSummary.
- help_link_url (str) – The value to assign to the help_link_url property of this AssessorCheckSummary.
- help_link_text (str) – The value to assign to the help_link_text property of this AssessorCheckSummary.
- assessor_check_state (str) – The value to assign to the assessor_check_state property of this AssessorCheckSummary. 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 AssessorCheckSummary.
- key (str) – The value to assign to the key property of this AssessorCheckSummary.
- issue (str) – The value to assign to the issue property of this AssessorCheckSummary.
- impact (str) – The value to assign to the impact property of this AssessorCheckSummary.
- action (str) – The value to assign to the action property of this AssessorCheckSummary.
- fixup_script_location (str) – The value to assign to the fixup_script_location property of this AssessorCheckSummary.
- is_exclusion_allowed (bool) – The value to assign to the is_exclusion_allowed property of this AssessorCheckSummary.
- metadata (oci.database_migration.models.ObjectMetadata) – The value to assign to the metadata property of this AssessorCheckSummary.
- columns (list[oci.database_migration.models.AdvisorReportCheckColumn]) – The value to assign to the columns property of this AssessorCheckSummary.
- object_count (int) – The value to assign to the object_count property of this AssessorCheckSummary.
- objects_display_name (str) – The value to assign to the objects_display_name property of this AssessorCheckSummary.
- log_location (oci.database_migration.models.LogLocationBucketDetails) – The value to assign to the log_location property of this AssessorCheckSummary.
-
action¶ Gets the action of this AssessorCheckSummary. Fixing the issue.
Returns: The action of this AssessorCheckSummary. Return type: str
-
assessor_check_group¶ [Required] Gets the assessor_check_group of this AssessorCheckSummary.
Returns: The assessor_check_group of this AssessorCheckSummary. Return type: oci.database_migration.models.AssessorCheckGroup
-
assessor_check_state¶ [Required] Gets the assessor_check_state of this AssessorCheckSummary. 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 AssessorCheckSummary. Return type: str
-
check_action¶ Gets the check_action of this AssessorCheckSummary.
Returns: The check_action of this AssessorCheckSummary. Return type: oci.database_migration.models.AssessorCheckAction
-
columns¶ Gets the columns of this AssessorCheckSummary. Array of the column of the objects table.
Returns: The columns of this AssessorCheckSummary. Return type: list[oci.database_migration.models.AdvisorReportCheckColumn]
-
description¶ Gets the description of this AssessorCheckSummary. A user-friendly description. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The description of this AssessorCheckSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this AssessorCheckSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AssessorCheckSummary. Return type: str
-
fixup_script_location¶ Gets the fixup_script_location of this AssessorCheckSummary. The path to the fixup script for this check.
Returns: The fixup_script_location of this AssessorCheckSummary. Return type: str
-
help_link_text¶ Gets the help_link_text of this AssessorCheckSummary. The Help link text.
Returns: The help_link_text of this AssessorCheckSummary. Return type: str
-
help_link_url¶ Gets the help_link_url of this AssessorCheckSummary. The Help URL.
Returns: The help_link_url of this AssessorCheckSummary. Return type: str
-
impact¶ Gets the impact of this AssessorCheckSummary. Impact of the issue on data migration.
Returns: The impact of this AssessorCheckSummary. Return type: str
-
is_exclusion_allowed¶ Gets the is_exclusion_allowed of this AssessorCheckSummary. If false, objects cannot be excluded from migration.
Returns: The is_exclusion_allowed of this AssessorCheckSummary. Return type: bool
-
issue¶ Gets the issue of this AssessorCheckSummary. Description of the issue.
Returns: The issue of this AssessorCheckSummary. Return type: str
-
key¶ Gets the key of this AssessorCheckSummary. Pre-Migration сheck id.
Returns: The key of this AssessorCheckSummary. Return type: str
-
log_location¶ Gets the log_location of this AssessorCheckSummary.
Returns: The log_location of this AssessorCheckSummary. Return type: oci.database_migration.models.LogLocationBucketDetails
-
metadata¶ Gets the metadata of this AssessorCheckSummary.
Returns: The metadata of this AssessorCheckSummary. Return type: oci.database_migration.models.ObjectMetadata
-
name¶ [Required] Gets the name of this AssessorCheckSummary. The Name of the Check.
Returns: The name of this AssessorCheckSummary. Return type: str
-
object_count¶ Gets the object_count of this AssessorCheckSummary. Number of database objects to migrate.
Returns: The object_count of this AssessorCheckSummary. Return type: int
-
objects_display_name¶ Gets the objects_display_name of this AssessorCheckSummary. The objects display name.
Returns: The objects_display_name of this AssessorCheckSummary. Return type: str
-