AssessorSummary

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

Bases: object

Assessor Summary

Attributes

LIFECYCLE_STATE_ACCEPTED A constant which can be used with the lifecycle_state property of a AssessorSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a AssessorSummary.
LIFECYCLE_STATE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a AssessorSummary.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a AssessorSummary.
LIFECYCLE_STATE_SUCCEEDED A constant which can be used with the lifecycle_state property of a AssessorSummary.
actions [Required] Gets the actions of this AssessorSummary.
assessment_id [Required] Gets the assessment_id of this AssessorSummary.
assessor_group Gets the assessor_group of this AssessorSummary.
assessor_result Gets the assessor_result of this AssessorSummary.
checks_summary Gets the checks_summary of this AssessorSummary.
description [Required] Gets the description of this AssessorSummary.
display_name [Required] Gets the display_name of this AssessorSummary.
does_script_require_restart Gets the does_script_require_restart of this AssessorSummary.
has_script Gets the has_script of this AssessorSummary.
help_link_text [Required] Gets the help_link_text of this AssessorSummary.
help_link_url [Required] Gets the help_link_url of this AssessorSummary.
lifecycle_state [Required] Gets the lifecycle_state of this AssessorSummary.
name [Required] Gets the name of this AssessorSummary.
script Gets the script of this AssessorSummary.

Methods

__init__(**kwargs) Initializes a new AssessorSummary object with values from keyword arguments.
LIFECYCLE_STATE_ACCEPTED = 'ACCEPTED'

A constant which can be used with the lifecycle_state property of a AssessorSummary. This constant has a value of “ACCEPTED”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a AssessorSummary. This constant has a value of “FAILED”

LIFECYCLE_STATE_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the lifecycle_state property of a AssessorSummary. This constant has a value of “IN_PROGRESS”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a AssessorSummary. This constant has a value of “NEEDS_ATTENTION”

LIFECYCLE_STATE_SUCCEEDED = 'SUCCEEDED'

A constant which can be used with the lifecycle_state property of a AssessorSummary. This constant has a value of “SUCCEEDED”

__init__(**kwargs)

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

Parameters:
  • assessment_id (str) – The value to assign to the assessment_id property of this AssessorSummary.
  • name (str) – The value to assign to the name property of this AssessorSummary.
  • display_name (str) – The value to assign to the display_name property of this AssessorSummary.
  • description (str) – The value to assign to the description property of this AssessorSummary.
  • help_link_url (str) – The value to assign to the help_link_url property of this AssessorSummary.
  • help_link_text (str) – The value to assign to the help_link_text property of this AssessorSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this AssessorSummary. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “SUCCEEDED”, “NEEDS_ATTENTION”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • assessor_group (oci.database_migration.models.AssessorGroup) – The value to assign to the assessor_group property of this AssessorSummary.
  • actions (list[oci.database_migration.models.AssessorAction]) – The value to assign to the actions property of this AssessorSummary.
  • assessor_result (str) – The value to assign to the assessor_result property of this AssessorSummary.
  • checks_summary (str) – The value to assign to the checks_summary property of this AssessorSummary.
  • has_script (bool) – The value to assign to the has_script property of this AssessorSummary.
  • script (str) – The value to assign to the script property of this AssessorSummary.
  • does_script_require_restart (bool) – The value to assign to the does_script_require_restart property of this AssessorSummary.
actions

[Required] Gets the actions of this AssessorSummary. Assessor actions.

Returns:The actions of this AssessorSummary.
Return type:list[oci.database_migration.models.AssessorAction]
assessment_id

[Required] Gets the assessment_id of this AssessorSummary. The OCID of the resource being referenced.

Returns:The assessment_id of this AssessorSummary.
Return type:str
assessor_group

Gets the assessor_group of this AssessorSummary.

Returns:The assessor_group of this AssessorSummary.
Return type:oci.database_migration.models.AssessorGroup
assessor_result

Gets the assessor_result of this AssessorSummary. The Assessor Result text.

Returns:The assessor_result of this AssessorSummary.
Return type:str
checks_summary

Gets the checks_summary of this AssessorSummary. The Summary of all Checks.

Returns:The checks_summary of this AssessorSummary.
Return type:str
description

[Required] Gets the description of this AssessorSummary. A user-friendly description. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The description of this AssessorSummary.
Return type:str
display_name

[Required] Gets the display_name of this AssessorSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this AssessorSummary.
Return type:str
does_script_require_restart

Gets the does_script_require_restart of this AssessorSummary. True if DB restart required after running the script, false otherwise.

Returns:The does_script_require_restart of this AssessorSummary.
Return type:bool
has_script

Gets the has_script of this AssessorSummary. True if script is available either from ‘script’ property of through download, false otherwise.

Returns:The has_script of this AssessorSummary.
Return type:bool

[Required] Gets the help_link_text of this AssessorSummary. The Help link text.

Returns:The help_link_text of this AssessorSummary.
Return type:str

[Required] Gets the help_link_url of this AssessorSummary. The Help URL.

Returns:The help_link_url of this AssessorSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this AssessorSummary. The current state of the Assessor.

Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “SUCCEEDED”, “NEEDS_ATTENTION”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this AssessorSummary.
Return type:str
name

[Required] Gets the name of this AssessorSummary. The Assessor Name.

Returns:The name of this AssessorSummary.
Return type:str
script

Gets the script of this AssessorSummary. The generated SQL script. Can be empty if the script exceeds maxLength. In this case the property ‘hasScript’ indicates that the script is available for download.

Returns:The script of this AssessorSummary.
Return type:str