Uses of Class
com.oracle.bmc.ocvp.model.DatastoreTypes
-
Packages that use DatastoreTypes Package Description com.oracle.bmc.ocvp.model -
-
Uses of DatastoreTypes in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return DatastoreTypes Modifier and Type Method Description static DatastoreTypes
DatastoreTypes. create(String key)
DatastoreTypes
DatastoreDetails. getDatastoreType()
Type of the datastore.DatastoreTypes
DatastoreInfo. getDatastoreType()
Type of the datastore.static DatastoreTypes
DatastoreTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatastoreTypes[]
DatastoreTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ocvp.model with parameters of type DatastoreTypes Modifier and Type Method Description DatastoreDetails.Builder
DatastoreDetails.Builder. datastoreType(DatastoreTypes datastoreType)
Type of the datastore.DatastoreInfo.Builder
DatastoreInfo.Builder. datastoreType(DatastoreTypes datastoreType)
Type of the datastore.Constructors in com.oracle.bmc.ocvp.model with parameters of type DatastoreTypes Constructor Description DatastoreDetails(List<String> blockVolumeIds, DatastoreTypes datastoreType, Double capacity)
Deprecated.DatastoreInfo(List<String> blockVolumeIds, DatastoreTypes datastoreType)
Deprecated.
-