Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and 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() |
Copyright © 2016–2024. All rights reserved.