MySqlAssessmentSummary¶
-
class
oci.database_migration.models.MySqlAssessmentSummary(**kwargs)¶ Bases:
oci.database_migration.models.assessment_summary.AssessmentSummaryMySql Assessment Summary
Attributes
DATABASE_COMBINATION_MYSQLstr(object=’’) -> str DATABASE_COMBINATION_ORACLEstr(object=’’) -> str LIFECYCLE_STATE_ACTIVEstr(object=’’) -> str LIFECYCLE_STATE_CREATINGstr(object=’’) -> str LIFECYCLE_STATE_DELETEDstr(object=’’) -> str LIFECYCLE_STATE_DELETINGstr(object=’’) -> str LIFECYCLE_STATE_FAILEDstr(object=’’) -> str LIFECYCLE_STATE_IN_PROGRESSstr(object=’’) -> str LIFECYCLE_STATE_NEEDS_ATTENTIONstr(object=’’) -> str LIFECYCLE_STATE_SUCCEEDEDstr(object=’’) -> str LIFECYCLE_STATE_UPDATINGstr(object=’’) -> str compartment_id[Required] Gets the compartment_id of this AssessmentSummary. database_combination[Required] Gets the database_combination of this AssessmentSummary. defined_tagsGets the defined_tags of this AssessmentSummary. display_name[Required] Gets the display_name of this AssessmentSummary. freeform_tagsGets the freeform_tags of this AssessmentSummary. id[Required] Gets the id of this AssessmentSummary. lifecycle_state[Required] Gets the lifecycle_state of this AssessmentSummary. migration_idGets the migration_id of this AssessmentSummary. system_tagsGets the system_tags of this AssessmentSummary. time_created[Required] Gets the time_created of this AssessmentSummary. time_updatedGets the time_updated of this AssessmentSummary. Methods
__init__(**kwargs)Initializes a new MySqlAssessmentSummary object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
DATABASE_COMBINATION_MYSQL= 'MYSQL'¶
-
DATABASE_COMBINATION_ORACLE= 'ORACLE'¶
-
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶
-
LIFECYCLE_STATE_CREATING= 'CREATING'¶
-
LIFECYCLE_STATE_DELETED= 'DELETED'¶
-
LIFECYCLE_STATE_DELETING= 'DELETING'¶
-
LIFECYCLE_STATE_FAILED= 'FAILED'¶
-
LIFECYCLE_STATE_IN_PROGRESS= 'IN_PROGRESS'¶
-
LIFECYCLE_STATE_NEEDS_ATTENTION= 'NEEDS_ATTENTION'¶
-
LIFECYCLE_STATE_SUCCEEDED= 'SUCCEEDED'¶
-
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶
-
__init__(**kwargs)¶ Initializes a new MySqlAssessmentSummary object with values from keyword arguments. The default value of the
database_combinationattribute of this class isMYSQLand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - id (str) – The value to assign to the id property of this MySqlAssessmentSummary.
- database_combination (str) – The value to assign to the database_combination property of this MySqlAssessmentSummary. Allowed values for this property are: “MYSQL”, “ORACLE”
- display_name (str) – The value to assign to the display_name property of this MySqlAssessmentSummary.
- migration_id (str) – The value to assign to the migration_id property of this MySqlAssessmentSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this MySqlAssessmentSummary.
- time_created (datetime) – The value to assign to the time_created property of this MySqlAssessmentSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this MySqlAssessmentSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MySqlAssessmentSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “SUCCEEDED”, “IN_PROGRESS”, “NEEDS_ATTENTION”, “DELETING”, “DELETED”, “FAILED”
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MySqlAssessmentSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MySqlAssessmentSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MySqlAssessmentSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this AssessmentSummary. The OCID of the resource being referenced.
Returns: The compartment_id of this AssessmentSummary. Return type: str
-
database_combination¶ [Required] Gets the database_combination of this AssessmentSummary. The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
Allowed values for this property are: “MYSQL”, “ORACLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The database_combination of this AssessmentSummary. Return type: str
Gets the defined_tags of this AssessmentSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this AssessmentSummary. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this AssessmentSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AssessmentSummary. Return type: str
Gets the freeform_tags of this AssessmentSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this AssessmentSummary. Return type: dict(str, str)
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
id¶ [Required] Gets the id of this AssessmentSummary. The OCID of the resource being referenced.
Returns: The id of this AssessmentSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this AssessmentSummary. The current state of the Assessment resource.
Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “SUCCEEDED”, “IN_PROGRESS”, “NEEDS_ATTENTION”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this AssessmentSummary. Return type: str
-
migration_id¶ Gets the migration_id of this AssessmentSummary. The OCID of the resource being referenced.
Returns: The migration_id of this AssessmentSummary. Return type: str
Gets the system_tags of this AssessmentSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this AssessmentSummary. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this AssessmentSummary. An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
Returns: The time_created of this AssessmentSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this AssessmentSummary. An RFC3339 formatted datetime string such as 2016-08-25T21:10:29.600Z.
Returns: The time_updated of this AssessmentSummary. Return type: datetime
-