ObjectStorageLinkCollection

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

Bases: object

Results of a Object Storage link search. Contains both ObjectStorageLinkSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this ObjectStorageLinkCollection. List of Object Storage links.

Returns:The items of this ObjectStorageLinkCollection.
Return type:list[oci.lustre_file_storage.models.ObjectStorageLinkSummary]