Uses of Class
com.oracle.bmc.ocvp.model.DatastoreSummary
-
Packages that use DatastoreSummary Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.model -
-
Uses of DatastoreSummary in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return types with arguments of type DatastoreSummary Modifier and Type Method Description Iterable<DatastoreSummary>
DatastorePaginators. listDatastoresRecordIterator(ListDatastoresRequest request)
Creates a new iterable which will iterate over theDatastoreSummary
objects contained in responses from the listDatastores operation. -
Uses of DatastoreSummary in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return DatastoreSummary Modifier and Type Method Description DatastoreSummary
DatastoreSummary.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type DatastoreSummary Modifier and Type Method Description List<DatastoreSummary>
DatastoreCollection. getItems()
A list of Datastores.Methods in com.oracle.bmc.ocvp.model with parameters of type DatastoreSummary Modifier and Type Method Description DatastoreSummary.Builder
DatastoreSummary.Builder. copy(DatastoreSummary model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type DatastoreSummary Modifier and Type Method Description DatastoreCollection.Builder
DatastoreCollection.Builder. items(List<DatastoreSummary> items)
A list of Datastores.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type DatastoreSummary Constructor Description DatastoreCollection(List<DatastoreSummary> items)
Deprecated.
-