ReplicationScheduleCollection

class oci.cloud_migrations.models.ReplicationScheduleCollection(**kwargs)

Bases: object

Results of a replication schedule search. Contains replication schedule summaries.

Methods

__init__(**kwargs) Initializes a new ReplicationScheduleCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ReplicationScheduleCollection.
__init__(**kwargs)

Initializes a new ReplicationScheduleCollection 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.ReplicationScheduleSummary]) – The value to assign to the items property of this ReplicationScheduleCollection.
items

[Required] Gets the items of this ReplicationScheduleCollection. Replication schedule summaries.

Returns:The items of this ReplicationScheduleCollection.
Return type:list[oci.cloud_migrations.models.ReplicationScheduleSummary]