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
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: items (list[oci.database_migration.models.MigrationObjectSummary]) – The value to assign to the items property of this MigrationObjectCollection.
-
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]
-