DataVerificationObjectStatusSummary¶
-
class
oci.database_migration.models.DataVerificationObjectStatusSummary(**kwargs)¶ Bases:
objectPer-object status comparison line.
Attributes
DATABASE_COMBINATION_MYSQLA constant which can be used with the database_combination property of a DataVerificationObjectStatusSummary. DATABASE_COMBINATION_ORACLEA constant which can be used with the database_combination property of a DataVerificationObjectStatusSummary. database_combination[Required] Gets the database_combination of this DataVerificationObjectStatusSummary. object_name[Required] Gets the object_name of this DataVerificationObjectStatusSummary. ownerGets the owner of this DataVerificationObjectStatusSummary. status_in_source[Required] Gets the status_in_source of this DataVerificationObjectStatusSummary. status_in_target[Required] Gets the status_in_target of this DataVerificationObjectStatusSummary. Methods
__init__(**kwargs)Initializes a new DataVerificationObjectStatusSummary 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'¶ A constant which can be used with the database_combination property of a DataVerificationObjectStatusSummary. This constant has a value of “MYSQL”
-
DATABASE_COMBINATION_ORACLE= 'ORACLE'¶ A constant which can be used with the database_combination property of a DataVerificationObjectStatusSummary. This constant has a value of “ORACLE”
-
__init__(**kwargs)¶ Initializes a new DataVerificationObjectStatusSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - database_combination (str) – The value to assign to the database_combination property of this DataVerificationObjectStatusSummary. 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’.
- owner (str) – The value to assign to the owner property of this DataVerificationObjectStatusSummary.
- object_name (str) – The value to assign to the object_name property of this DataVerificationObjectStatusSummary.
- status_in_source (str) – The value to assign to the status_in_source property of this DataVerificationObjectStatusSummary.
- status_in_target (str) – The value to assign to the status_in_target property of this DataVerificationObjectStatusSummary.
-
database_combination¶ [Required] Gets the database_combination of this DataVerificationObjectStatusSummary. 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 DataVerificationObjectStatusSummary. Return type: 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.
-
object_name¶ [Required] Gets the object_name of this DataVerificationObjectStatusSummary. Database object name.
Returns: The object_name of this DataVerificationObjectStatusSummary. Return type: str
-
owner¶ Gets the owner of this DataVerificationObjectStatusSummary. Schema/owner name.
This field is omitted (null/empty depending on backend serialization) for database-wide object types that are not schema-scoped.
Oracle non-schema-scoped object types: USER, ROLE, PROFILE, TABLESPACE, DATABASE_LINK, CONTROLFILE, DATAFILE, REDO_LOG, DIRECTORY, LIBRARY, CONTEXT.
MySQL non-schema-scoped object types: USER, ROLE, SERVER, TABLESPACE, LOGFILE_GROUP.
Returns: The owner of this DataVerificationObjectStatusSummary. Return type: str
-
status_in_source¶ [Required] Gets the status_in_source of this DataVerificationObjectStatusSummary. Object status in source.
Returns: The status_in_source of this DataVerificationObjectStatusSummary. Return type: str
-
status_in_target¶ [Required] Gets the status_in_target of this DataVerificationObjectStatusSummary. Object status in target.
Returns: The status_in_target of this DataVerificationObjectStatusSummary. Return type: str
-