dbWorkload property
The workload type of the Autonomous Database.
Required. Possible string values are:
- "DB_WORKLOAD_UNSPECIFIED" : Default unspecified value.
- "OLTP" : Autonomous Transaction Processing database.
- "DW" : Autonomous Data Warehouse database.
- "AJD" : Autonomous JSON Database.
- "APEX" : Autonomous Database with the Oracle APEX Application Development workload type.
Implementation
core.String? dbWorkload;