MigrationObjectSummary

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

Bases: object

Database objects to include or exclude from migration

Attributes

OBJECT_STATUS_EXCLUDE A constant which can be used with the object_status property of a MigrationObjectSummary.
OBJECT_STATUS_INCLUDE A constant which can be used with the object_status property of a MigrationObjectSummary.
is_omit_excluded_table_from_replication Gets the is_omit_excluded_table_from_replication of this MigrationObjectSummary.
object_name [Required] Gets the object_name of this MigrationObjectSummary.
object_status Gets the object_status of this MigrationObjectSummary.
owner [Required] Gets the owner of this MigrationObjectSummary.
type Gets the type of this MigrationObjectSummary.

Methods

__init__(**kwargs) Initializes a new MigrationObjectSummary object with values from keyword arguments.
OBJECT_STATUS_EXCLUDE = 'EXCLUDE'

A constant which can be used with the object_status property of a MigrationObjectSummary. This constant has a value of “EXCLUDE”

OBJECT_STATUS_INCLUDE = 'INCLUDE'

A constant which can be used with the object_status property of a MigrationObjectSummary. This constant has a value of “INCLUDE”

__init__(**kwargs)

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

Parameters:
  • owner (str) – The value to assign to the owner property of this MigrationObjectSummary.
  • object_name (str) – The value to assign to the object_name property of this MigrationObjectSummary.
  • type (str) – The value to assign to the type property of this MigrationObjectSummary.
  • object_status (str) – The value to assign to the object_status property of this MigrationObjectSummary. Allowed values for this property are: “EXCLUDE”, “INCLUDE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • is_omit_excluded_table_from_replication (bool) – The value to assign to the is_omit_excluded_table_from_replication property of this MigrationObjectSummary.
is_omit_excluded_table_from_replication

Gets the is_omit_excluded_table_from_replication of this MigrationObjectSummary. Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and object status EXCLUDE.

Returns:The is_omit_excluded_table_from_replication of this MigrationObjectSummary.
Return type:bool
object_name

[Required] Gets the object_name of this MigrationObjectSummary. Name of the object (regular expression is allowed)

Returns:The object_name of this MigrationObjectSummary.
Return type:str
object_status

Gets the object_status of this MigrationObjectSummary. Object status.

Allowed values for this property are: “EXCLUDE”, “INCLUDE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The object_status of this MigrationObjectSummary.
Return type:str
owner

[Required] Gets the owner of this MigrationObjectSummary. Owner of the object (regular expression is allowed)

Returns:The owner of this MigrationObjectSummary.
Return type:str
type

Gets the type of this MigrationObjectSummary. Type of object to exclude. If not specified, matching owners and object names of type TABLE would be excluded.

Returns:The type of this MigrationObjectSummary.
Return type:str