Uses of Class
com.oracle.bmc.ocvp.model.DatastoreDetails
-
Packages that use DatastoreDetails Package Description com.oracle.bmc.ocvp.model -
-
Uses of DatastoreDetails in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return DatastoreDetails Modifier and Type Method Description DatastoreDetails
DatastoreDetails.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type DatastoreDetails Modifier and Type Method Description List<DatastoreDetails>
Cluster. getDatastores()
Datastores used for the Cluster.Methods in com.oracle.bmc.ocvp.model with parameters of type DatastoreDetails Modifier and Type Method Description DatastoreDetails.Builder
DatastoreDetails.Builder. copy(DatastoreDetails model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type DatastoreDetails Modifier and Type Method Description Cluster.Builder
Cluster.Builder. datastores(List<DatastoreDetails> datastores)
Datastores used for the Cluster.
-