LustreFileSystemCollection¶
-
class
oci.lustre_file_storage.models.LustreFileSystemCollection(**kwargs)¶ Bases:
objectResults of a Lustre file system search. Contains both LustreFileSystemSummary items and other information, such as metadata.
Methods
__init__(**kwargs)Initializes a new LustreFileSystemCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this LustreFileSystemCollection. -
__init__(**kwargs)¶ Initializes a new LustreFileSystemCollection 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.LustreFileSystemSummary]) – The value to assign to the items property of this LustreFileSystemCollection.
-
items¶ [Required] Gets the items of this LustreFileSystemCollection. List of Lustre file systems.
Returns: The items of this LustreFileSystemCollection. Return type: list[oci.lustre_file_storage.models.LustreFileSystemSummary]
-