Uses of Class
com.oracle.bmc.mysql.model.DataStorage.Builder
-
Packages that use DataStorage.Builder Package Description com.oracle.bmc.mysql.model -
-
Uses of DataStorage.Builder in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DataStorage.Builder Modifier and Type Method Description DataStorage.Builder
DataStorage.Builder. allocatedStorageSizeInGBs(Integer allocatedStorageSizeInGBs)
The actual allocated storage size for the DB System.static DataStorage.Builder
DataStorage. builder()
Create a new builder.DataStorage.Builder
DataStorage.Builder. copy(DataStorage model)
DataStorage.Builder
DataStorage.Builder. dataStorageSizeInGBs(Integer dataStorageSizeInGBs)
User specified size of the data volume.DataStorage.Builder
DataStorage.Builder. dataStorageSizeLimitInGBs(Integer dataStorageSizeLimitInGBs)
The absolute limit the DB System’s storage size may ever expand to, either manually or automatically.DataStorage.Builder
DataStorage.Builder. isAutoExpandStorageEnabled(Boolean isAutoExpandStorageEnabled)
Enable/disable automatic storage expansion.DataStorage.Builder
DataStorage.Builder. maxStorageSizeInGBs(Integer maxStorageSizeInGBs)
Maximum storage size this DB System can expand to.DataStorage.Builder
DataStorage. toBuilder()
-