Uses of Class
com.oracle.bmc.dif.model.DbWorkload
-
Packages that use DbWorkload Package Description com.oracle.bmc.dif.model -
-
Uses of DbWorkload in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return DbWorkload Modifier and Type Method Description static DbWorkloadDbWorkload. create(String key)DbWorkloadAdbDetail. getDbWorkload()DB Workload to be used with ADB.static DbWorkloadDbWorkload. valueOf(String name)Returns the enum constant of this type with the specified name.static DbWorkload[]DbWorkload. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dif.model with parameters of type DbWorkload Modifier and Type Method Description AdbDetail.BuilderAdbDetail.Builder. dbWorkload(DbWorkload dbWorkload)DB Workload to be used with ADB.Constructors in com.oracle.bmc.dif.model with parameters of type DbWorkload Constructor Description AdbDetail(String instanceId, DbWorkload dbWorkload, Integer ecpu, Integer dataStorageSizeInTBs, String adminPasswordId, Boolean isMtlsConnectionRequired, String subnetId, String dbVersion, String toolsPublicAccess, Boolean isPublic)Deprecated.
-