@CompileStatic @org.kordamp.jipsy.annotations.TypeProviderFor(OCITask) class CreateAutonomousDatabaseTask extends AbstractOCITask
Fields inherited from class | Fields |
---|---|
class AbstractOCITask |
CONFIG_LOCATION, TIMESTAMP_FORMAT, closeables, ociConfig |
Type | Name and description |
---|---|
static String |
TASK_DESCRIPTION |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
doExecuteTask() |
|
Property<String> |
getCreatedAutonomousDatabaseId() |
|
static com.oracle.bmc.database.model.AutonomousDatabase |
maybeCreateAutonomousDatabase(OCITask owner, com.oracle.bmc.database.DatabaseClient client, String compartmentId, String databaseName, String adminPassword, int cpuCoreCount, int dataStorageSize, boolean waitForCompletion, boolean verbose) |