MigrationCollection¶
- 
class oci.cloud_migrations.models.MigrationCollection(**kwargs)¶
- Bases: - object- Results of a migration search. Contains both migration summary items and other information, such as metadata. - 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.cloud_migrations.models.MigrationSummary]) – The value to assign to the items property of this MigrationCollection. 
 - 
items¶
- [Required] Gets the items of this MigrationCollection. List of migrations. - Returns: - The items of this MigrationCollection. - Return type: - list[oci.cloud_migrations.models.MigrationSummary] 
 
-