MigrationObjectCollection

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

Bases: object

Database objects to migrate.

Methods

__init__(**kwargs) Initializes a new MigrationObjectCollection object with values from keyword arguments.

Attributes

csv_text Gets the csv_text of this MigrationObjectCollection.
items [Required] Gets the items of this MigrationObjectCollection.
__init__(**kwargs)

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

Parameters:
csv_text

Gets the csv_text of this MigrationObjectCollection. Database objects to exclude/include from migration in CSV format. The items field will be ignored if this field is not null.

Returns:The csv_text of this MigrationObjectCollection.
Return type:str
items

[Required] Gets the items of this MigrationObjectCollection. Database objects to exclude/include from migration

Returns:The items of this MigrationObjectCollection.
Return type:list[oci.database_migration.models.MigrationObjectSummary]