MigrationCollection¶
-
class
oci.database_migration.models.
MigrationCollection
(**kwargs)¶ Bases:
object
Results of a Migration search. Contains MigrationSummary items.
Methods
__init__
(**kwargs)Initializes a new MigrationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MigrationCollection. -
__init__
(**kwargs)¶ Initializes a new MigrationCollection 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.MigrationSummary]) – The value to assign to the items property of this MigrationCollection.
-
items
¶ [Required] Gets the items of this MigrationCollection. Items in collection.
Returns: The items of this MigrationCollection. Return type: list[oci.database_migration.models.MigrationSummary]
-