AssessorAction¶
-
class
oci.database_migration.models.AssessorAction(**kwargs)¶ Bases:
objectAssessor Action
Attributes
NAME_CONFIGUREA constant which can be used with the name property of a AssessorAction. NAME_CONFIGURE_MIGRATIONA constant which can be used with the name property of a AssessorAction. NAME_CONFIRMA constant which can be used with the name property of a AssessorAction. NAME_CREATE_MIGRATIONA constant which can be used with the name property of a AssessorAction. NAME_DOWNLOAD_LOGA constant which can be used with the name property of a AssessorAction. NAME_DOWNLOAD_SQLA constant which can be used with the name property of a AssessorAction. NAME_MANAGEA constant which can be used with the name property of a AssessorAction. NAME_RECHECKA constant which can be used with the name property of a AssessorAction. NAME_RUNA constant which can be used with the name property of a AssessorAction. NAME_RUN_SQLA constant which can be used with the name property of a AssessorAction. NAME_UPDATE_MIGRATIONA constant which can be used with the name property of a AssessorAction. descriptionGets the description of this AssessorAction. display_name[Required] Gets the display_name of this AssessorAction. is_disabled[Required] Gets the is_disabled of this AssessorAction. name[Required] Gets the name of this AssessorAction. resource_idGets the resource_id of this AssessorAction. title[Required] Gets the title of this AssessorAction. user_defined_propertiesGets the user_defined_properties of this AssessorAction. Methods
__init__(**kwargs)Initializes a new AssessorAction object with values from keyword arguments. -
NAME_CONFIGURE= 'CONFIGURE'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “CONFIGURE”
-
NAME_CONFIGURE_MIGRATION= 'CONFIGURE_MIGRATION'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “CONFIGURE_MIGRATION”
-
NAME_CONFIRM= 'CONFIRM'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “CONFIRM”
-
NAME_CREATE_MIGRATION= 'CREATE_MIGRATION'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “CREATE_MIGRATION”
-
NAME_DOWNLOAD_LOG= 'DOWNLOAD_LOG'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “DOWNLOAD_LOG”
-
NAME_DOWNLOAD_SQL= 'DOWNLOAD_SQL'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “DOWNLOAD_SQL”
-
NAME_MANAGE= 'MANAGE'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “MANAGE”
-
NAME_RECHECK= 'RECHECK'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “RECHECK”
-
NAME_RUN= 'RUN'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “RUN”
-
NAME_RUN_SQL= 'RUN_SQL'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “RUN_SQL”
-
NAME_UPDATE_MIGRATION= 'UPDATE_MIGRATION'¶ A constant which can be used with the name property of a AssessorAction. This constant has a value of “UPDATE_MIGRATION”
-
__init__(**kwargs)¶ Initializes a new AssessorAction 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 AssessorAction. Allowed values for this property are: “RUN”, “CONFIGURE”, “CONFIGURE_MIGRATION”, “CREATE_MIGRATION”, “UPDATE_MIGRATION”, “RECHECK”, “RUN_SQL”, “DOWNLOAD_SQL”, “DOWNLOAD_LOG”, “CONFIRM”, “MANAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display_name (str) – The value to assign to the display_name property of this AssessorAction.
- title (str) – The value to assign to the title property of this AssessorAction.
- description (str) – The value to assign to the description property of this AssessorAction.
- is_disabled (bool) – The value to assign to the is_disabled property of this AssessorAction.
- user_defined_properties (oci.database_migration.models.UserDefinedProperties) – The value to assign to the user_defined_properties property of this AssessorAction.
- resource_id (str) – The value to assign to the resource_id property of this AssessorAction.
-
description¶ Gets the description of this AssessorAction. A user-friendly description. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The description of this AssessorAction. Return type: str
-
display_name¶ [Required] Gets the display_name of this AssessorAction. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AssessorAction. Return type: str
-
is_disabled¶ [Required] Gets the is_disabled of this AssessorAction. Defines if the action is enabled or disabled.
Returns: The is_disabled of this AssessorAction. Return type: bool
-
name¶ [Required] Gets the name of this AssessorAction. The Assessor Action Name.
Allowed values for this property are: “RUN”, “CONFIGURE”, “CONFIGURE_MIGRATION”, “CREATE_MIGRATION”, “UPDATE_MIGRATION”, “RECHECK”, “RUN_SQL”, “DOWNLOAD_SQL”, “DOWNLOAD_LOG”, “CONFIRM”, “MANAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The name of this AssessorAction. Return type: str
-
resource_id¶ Gets the resource_id of this AssessorAction. The OCID of the resource being referenced.
Returns: The resource_id of this AssessorAction. Return type: str
-
title¶ [Required] Gets the title of this AssessorAction. The Assessor Action Title.
Returns: The title of this AssessorAction. Return type: str
-
user_defined_properties¶ Gets the user_defined_properties of this AssessorAction.
Returns: The user_defined_properties of this AssessorAction. Return type: oci.database_migration.models.UserDefinedProperties
-