Uses of Class
com.oracle.bmc.lustrefilestorage.model.LustreFileSystemSummary
-
Packages that use LustreFileSystemSummary Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.model -
-
Uses of LustreFileSystemSummary in com.oracle.bmc.lustrefilestorage
Methods in com.oracle.bmc.lustrefilestorage that return types with arguments of type LustreFileSystemSummary Modifier and Type Method Description Iterable<LustreFileSystemSummary>
LustreFileStoragePaginators. listLustreFileSystemsRecordIterator(ListLustreFileSystemsRequest request)
Creates a new iterable which will iterate over theLustreFileSystemSummary
objects contained in responses from the listLustreFileSystems operation. -
Uses of LustreFileSystemSummary in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return LustreFileSystemSummary Modifier and Type Method Description LustreFileSystemSummary
LustreFileSystemSummary.Builder. build()
Methods in com.oracle.bmc.lustrefilestorage.model that return types with arguments of type LustreFileSystemSummary Modifier and Type Method Description List<LustreFileSystemSummary>
LustreFileSystemCollection. getItems()
List of Lustre file systems.Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type LustreFileSystemSummary Modifier and Type Method Description LustreFileSystemSummary.Builder
LustreFileSystemSummary.Builder. copy(LustreFileSystemSummary model)
Method parameters in com.oracle.bmc.lustrefilestorage.model with type arguments of type LustreFileSystemSummary Modifier and Type Method Description LustreFileSystemCollection.Builder
LustreFileSystemCollection.Builder. items(List<LustreFileSystemSummary> items)
List of Lustre file systems.Constructor parameters in com.oracle.bmc.lustrefilestorage.model with type arguments of type LustreFileSystemSummary Constructor Description LustreFileSystemCollection(List<LustreFileSystemSummary> items)
Deprecated.
-