DiscoveryScheduleCollection¶
-
class
oci.cloud_migrations.models.
DiscoveryScheduleCollection
(**kwargs)¶ Bases:
object
Results of a discovery schedule search. Contains discovery schedule summaries.
Methods
__init__
(**kwargs)Initializes a new DiscoveryScheduleCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DiscoveryScheduleCollection. -
__init__
(**kwargs)¶ Initializes a new DiscoveryScheduleCollection 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.DiscoveryScheduleSummary]) – The value to assign to the items property of this DiscoveryScheduleCollection.
-
items
¶ [Required] Gets the items of this DiscoveryScheduleCollection. Discovery schedule summaries.
Returns: The items of this DiscoveryScheduleCollection. Return type: list[oci.cloud_migrations.models.DiscoveryScheduleSummary]
-