SyncJobCollection

class oci.lustre_file_storage.models.SyncJobCollection(**kwargs)

Bases: object

Results of a sync job search. Contains both sync job summary items and other information, such as metadata.

Methods

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

Attributes

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

Initializes a new SyncJobCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.lustre_file_storage.models.SyncJobSummary]) – The value to assign to the items property of this SyncJobCollection.
items

[Required] Gets the items of this SyncJobCollection. List of sync jobs.

Returns:The items of this SyncJobCollection.
Return type:list[oci.lustre_file_storage.models.SyncJobSummary]