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